Exception: Steam::SteamError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/steam-api/exceptions.rb

Overview

Error returning the requested object from the Steam API

Instance Method Summary collapse

Constructor Details

#initialize(error = 'The API request has failed') ⇒ SteamError

Returns a new instance of SteamError.



4
5
6
# File 'lib/steam-api/exceptions.rb', line 4

def initialize(error = 'The API request has failed')
  super(error)
end