Exception: RiotKit::Errors::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/riot_kit/errors.rb

Instance Method Summary collapse

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(message = self.class::MESSAGE)
  super
end