Exception: EndpointNotMappedError

Inherits:
StandardError
  • Object
show all
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

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