Module: Arkaan::Utils::Errors
- Defined in:
- lib/virtuaservices/utils/errors.rb,
lib/virtuaservices/utils/errors/forbidden.rb,
lib/virtuaservices/utils/errors/not_found.rb,
lib/virtuaservices/utils/errors/http_error.rb,
lib/virtuaservices/utils/errors/bad_request.rb
Overview
Module gathering all the exception classes used throughout the utils module, mainly linked to HTTP errors.
Defined Under Namespace
Classes: BadRequest, Forbidden, HTTPError, NotFound