Exception: AusPostAPI::Endpoint::ImplementationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/aus_post_api/endpoint.rb

Instance Method Summary collapse

Constructor Details

#initialize(method) ⇒ ImplementationError

Returns a new instance of ImplementationError.



61
62
63
# File 'lib/aus_post_api/endpoint.rb', line 61

def initialize(method)
  super("No #{method} implemented")
end