Exception: SimpleEndpoint::OperationIsNotHandled
- Inherits:
-
StandardError
- Object
- StandardError
- SimpleEndpoint::OperationIsNotHandled
- Defined in:
- lib/simple_endpoint/errors.rb
Constant Summary collapse
- OPERATION_IS_NOT_HANDLED_ERROR =
'Current operation result is not handled at specified cases'
Instance Method Summary collapse
-
#initialize ⇒ OperationIsNotHandled
constructor
A new instance of OperationIsNotHandled.
Constructor Details
#initialize ⇒ OperationIsNotHandled
Returns a new instance of OperationIsNotHandled.
7 8 9 |
# File 'lib/simple_endpoint/errors.rb', line 7 def initialize super(OPERATION_IS_NOT_HANDLED_ERROR) end |