Exception: EndpointNotMappedError
- Inherits:
-
StandardError
- Object
- StandardError
- EndpointNotMappedError
- Defined in:
- lib/macaw_framework/errors/endpoint_not_mapped_error.rb
Overview
Error raised when the client calls for a path that doesn’t exist.
Instance Method Summary collapse
-
#initialize(msg = 'Undefined endpoint') ⇒ EndpointNotMappedError
constructor
A new instance of EndpointNotMappedError.
Constructor Details
#initialize(msg = 'Undefined endpoint') ⇒ EndpointNotMappedError
Returns a new instance of EndpointNotMappedError.
7 8 9 |
# File 'lib/macaw_framework/errors/endpoint_not_mapped_error.rb', line 7 def initialize(msg = 'Undefined endpoint') super end |