Exception: RiminderArgumentException
- Inherits:
-
RiminderException
- Object
- StandardError
- RiminderException
- RiminderArgumentException
- Defined in:
- lib/riminderException.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ RiminderArgumentException
constructor
A new instance of RiminderArgumentException.
Constructor Details
#initialize(msg) ⇒ RiminderArgumentException
Returns a new instance of RiminderArgumentException.
8 9 10 |
# File 'lib/riminderException.rb', line 8 def initialize(msg) super(msg) end |