class AntigateApi::Errors::NotImplemented

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

Public Class Methods

new() click to toggle source
Calls superclass method AntigateApi::Errors::Error::new
# File lib/antigate_api/errors.rb, line 25
def initialize
  super('The requested functionality was not implemented')
end