class Steam::JSONError

Error returning the requested object from the Steam API

Public Class Methods

new(error = 'The API returned an unexpected JSON response') click to toggle source
Calls superclass method
# File lib/steam-api/exceptions.rb, line 19
def initialize(error = 'The API returned an unexpected JSON response')
  super(error)
end