class AusPostAPI::PAC::Endpoint::NoAuthKeyProvidedError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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