Exception: TheGamesDB::Exception::BadResponse
- Inherits:
-
StandardError
- Object
- StandardError
- TheGamesDB::Exception::BadResponse
- Defined in:
- lib/the_games_db/exception.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ BadResponse
constructor
A new instance of BadResponse.
Constructor Details
#initialize(message) ⇒ BadResponse
5 6 7 |
# File 'lib/the_games_db/exception.rb', line 5 def initialize() super "Error Fetching Data from TheGamesDB: #{message}" end |