class Mashery::UnknownFormat

Public Class Methods

new(format) click to toggle source
Calls superclass method
# File lib/mashery/exceptions.rb, line 42
def initialize(format)
  super "Unknown format #{format.inspect} for REST API call. Standard formats are CSV and JSON."
end