Exception: RiotKit::Errors::Base
- Inherits:
-
StandardError
- Object
- StandardError
- RiotKit::Errors::Base
- Defined in:
- lib/riot_kit/errors.rb
Direct Known Subclasses
AccountNotFound, DataDragonError, InvalidParams, InvalidRiotId, MatchNotFound, MissingPuuid, RiotApiError
Instance Method Summary collapse
-
#initialize(message = self.class::MESSAGE) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(message = self.class::MESSAGE) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/riot_kit/errors.rb', line 6 def initialize( = self.class::MESSAGE) super end |