Exception: StandardWebhooks::StandardWebhooksError
- Inherits:
-
StandardError
- Object
- StandardError
- StandardWebhooks::StandardWebhooksError
- Defined in:
- lib/standardwebhooks/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ StandardWebhooksError
constructor
A new instance of StandardWebhooksError.
Constructor Details
#initialize(message = nil) ⇒ StandardWebhooksError
Returns a new instance of StandardWebhooksError.
7 8 9 |
# File 'lib/standardwebhooks/errors.rb', line 7 def initialize( = nil) @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
5 6 7 |
# File 'lib/standardwebhooks/errors.rb', line 5 def @message end |