Exception: StarkCore::Error::StarkCoreError
- Inherits:
-
StandardError
- Object
- StandardError
- StarkCore::Error::StarkCoreError
- Defined in:
- lib/error.rb
Direct Known Subclasses
Error, InputErrors, InternalServerError, InvalidSignatureError, UnknownError
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ StarkCoreError
constructor
A new instance of StarkCoreError.
Constructor Details
#initialize(message) ⇒ StarkCoreError
Returns a new instance of StarkCoreError.
9 10 11 12 |
# File 'lib/error.rb', line 9 def initialize() @message = super() end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
8 9 10 |
# File 'lib/error.rb', line 8 def @message end |