Exception: AusPostAPI::PAC::Endpoint::NoAuthKeyProvidedError
- Inherits:
-
StandardError
- Object
- StandardError
- AusPostAPI::PAC::Endpoint::NoAuthKeyProvidedError
- Defined in:
- lib/aus_post_api/pac/endpoint.rb
Instance Method Summary collapse
-
#initialize ⇒ NoAuthKeyProvidedError
constructor
A new instance of NoAuthKeyProvidedError.
Constructor Details
#initialize ⇒ NoAuthKeyProvidedError
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 |