class InvalidApiFormatError

Public Class Methods

new(msg="API format must be :json or :\"application/xml\"") click to toggle source
Calls superclass method
# File lib/alma_rest_api.rb, line 140
def initialize(msg="API format must be :json or :\"application/xml\"")
  super
end