Exception: MpApi::RequestError
- Inherits:
-
StandardError
- Object
- StandardError
- MpApi::RequestError
- Defined in:
- lib/mp_api.rb
Instance Method Summary collapse
-
#initialize(message = "Request error") ⇒ RequestError
constructor
A new instance of RequestError.
Constructor Details
#initialize(message = "Request error") ⇒ RequestError
Returns a new instance of RequestError.
18 19 20 |
# File 'lib/mp_api.rb', line 18 def initialize( = "Request error") super() end |