Exception: RiminderException
- Inherits:
-
StandardError
- Object
- StandardError
- RiminderException
- Defined in:
- lib/riminderException.rb
Direct Known Subclasses
RiminderArgumentException, RiminderResponseException, RiminderTransfertException, RiminderWebhookException
Instance Method Summary collapse
-
#initialize(msg) ⇒ RiminderException
constructor
A new instance of RiminderException.
Constructor Details
#initialize(msg) ⇒ RiminderException
Returns a new instance of RiminderException.
2 3 4 |
# File 'lib/riminderException.rb', line 2 def initialize(msg) super(msg) end |