Exception: AusPostAPI::DCE::Endpoint::ImplementationError
- Inherits:
-
StandardError
- Object
- StandardError
- AusPostAPI::DCE::Endpoint::ImplementationError
- Defined in:
- lib/aus_post_api/dce/endpoint.rb
Instance Method Summary collapse
-
#initialize(method) ⇒ ImplementationError
constructor
A new instance of ImplementationError.
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 |