Exception: RiminderWebhookException

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

Instance Method Summary collapse

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