Exception: InvalidApiFormatError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/alma_rest_api.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "API format must be :json or :\"application/xml\"") ⇒ InvalidApiFormatError

Returns a new instance of InvalidApiFormatError.



140
141
142
# File 'lib/alma_rest_api.rb', line 140

def initialize(msg="API format must be :json or :\"application/xml\"")
  super
end