Exception: KeepLocked
- Inherits:
-
Exception
- Object
- Exception
- KeepLocked
- Defined in:
- lib/rbbt/util/misc/exceptions.rb
Instance Attribute Summary collapse
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Method Summary collapse
-
#initialize(payload) ⇒ KeepLocked
constructor
A new instance of KeepLocked.
Constructor Details
#initialize(payload) ⇒ KeepLocked
Returns a new instance of KeepLocked.
96 97 98 |
# File 'lib/rbbt/util/misc/exceptions.rb', line 96 def initialize(payload) @payload = payload end |
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload.
95 96 97 |
# File 'lib/rbbt/util/misc/exceptions.rb', line 95 def payload @payload end |