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.
13 14 15 |
# File 'lib/rbbt/util/misc/exceptions.rb', line 13 def initialize(payload) @payload = payload end |
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload.
12 13 14 |
# File 'lib/rbbt/util/misc/exceptions.rb', line 12 def payload @payload end |