Class: BugBunny::Exception
- Inherits:
-
Object
- Object
- BugBunny::Exception
- Defined in:
- lib/bug_bunny/exception.rb
Defined Under Namespace
Classes: ComunicationRabbitError, GatewayError, InvalidSignature, NeedSignature, RetryWithoutError, ServiceError, UltraCriticError
Constant Summary collapse
- ServiceClasses =
[ Exception::NeedSignature, Exception::InvalidSignature, Exception::ServiceError, Exception::GatewayError, Exception::RetryWithoutError ]
- PG_EXCEPTIONS_TO_EXIT =
Exceptions from ActiveRecord::StatementInvalid
%w[PG::ConnectionBad PG::UnableToSend].freeze