Exception: AusPostAPI::PAC::Endpoint::NoAuthKeyProvidedError

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

Instance Method Summary collapse

Constructor Details

#initializeNoAuthKeyProvidedError

Returns a new instance of NoAuthKeyProvidedError.



56
57
58
# File 'lib/aus_post_api/pac/endpoint.rb', line 56

def initialize
  super("The called endpoint requires the PAC_AUTH_KEY to be set")
end