Exception: SendLayer::SendLayerError
- Inherits:
-
StandardError
- Object
- StandardError
- SendLayer::SendLayerError
- Defined in:
- lib/sendlayer/exceptions.rb
Direct Known Subclasses
SendLayerAPIError, SendLayerAuthenticationError, SendLayerInternalServerError, SendLayerNotFoundError, SendLayerRateLimitError, SendLayerValidationError
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ SendLayerError
constructor
A new instance of SendLayerError.
Constructor Details
#initialize(message) ⇒ SendLayerError
Returns a new instance of SendLayerError.
5 6 7 8 |
# File 'lib/sendlayer/exceptions.rb', line 5 def initialize() @message = super() end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
3 4 5 |
# File 'lib/sendlayer/exceptions.rb', line 3 def @message end |