Exception: AusPostAPI::DCE::Endpoint::ImplementationError

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

Instance Method Summary collapse

Constructor Details

#initialize(method) ⇒ ImplementationError

Returns a new instance of ImplementationError.



74
75
76
# File 'lib/aus_post_api/dce/endpoint.rb', line 74

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