Exception: AntigateApi::Errors::NotImplemented

Inherits:
Error
  • Object
show all
Defined in:
lib/antigate_api/errors.rb

Overview

Raised when a method tries to access a not implemented method.

Instance Method Summary collapse

Constructor Details

#initializeNotImplemented

Returns a new instance of NotImplemented.



25
26
27
# File 'lib/antigate_api/errors.rb', line 25

def initialize
  super('The requested functionality was not implemented')
end