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