Exception: RiminderArgumentException

Inherits:
RiminderException show all
Defined in:
lib/riminderException.rb

Instance Method Summary collapse

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