Exception: Steam::SteamError
- Inherits:
-
StandardError
- Object
- StandardError
- Steam::SteamError
- Defined in:
- lib/steam-api/exceptions.rb
Overview
Error returning the requested object from the Steam API
Instance Method Summary collapse
-
#initialize(error = 'The API request has failed') ⇒ SteamError
constructor
A new instance of SteamError.
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 |