class Steam::SteamError
Error returning the requested object from the Steam
API
Public Class Methods
new(error = 'The API request has failed')
click to toggle source
Calls superclass method
# File lib/steam-api/exceptions.rb, line 4 def initialize(error = 'The API request has failed') super(error) end