Module: Qrfy::Errors
- Defined in:
- lib/qrfy/errors.rb,
lib/qrfy/errors/base.rb,
lib/qrfy/errors/unauthorized.rb,
lib/qrfy/errors/record_invalid.rb,
lib/qrfy/errors/record_not_found.rb,
lib/qrfy/errors/too_many_requests.rb,
lib/qrfy/errors/internal_server_error.rb
Overview
# Qrfy Errors
Each error raised by 3rd party gems should be catched and reraised with a custom namespaced errors.
Defined Under Namespace
Classes: Base, InternalServerError, RecordInvalid, RecordNotFound, TooManyRequests, Unauthorized