Exception: Muxi::Webhook::VerificationError
- Inherits:
-
StandardError
- Object
- StandardError
- Muxi::Webhook::VerificationError
- Defined in:
- lib/muxi/webhook.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ VerificationError
constructor
A new instance of VerificationError.
Constructor Details
#initialize(message) ⇒ VerificationError
Returns a new instance of VerificationError.
11 12 13 14 |
# File 'lib/muxi/webhook.rb', line 11 def initialize() @message = super() end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
9 10 11 |
# File 'lib/muxi/webhook.rb', line 9 def @message end |