class AusPostAPI::DCE::Endpoint::NoHeaderProvidedError

Public Class Methods

new(header) click to toggle source
Calls superclass method
# File lib/aus_post_api/dce/endpoint.rb, line 60
def initialize(header)
  super("The called endpoint requires the #{header} config to be set")
end