Exception: KeepLocked

Inherits:
Exception
  • Object
show all
Defined in:
lib/scout/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(payload) ⇒ KeepLocked

Returns a new instance of KeepLocked.



60
61
62
# File 'lib/scout/exceptions.rb', line 60

def initialize(payload)
  @payload = payload
end

Instance Attribute Details

#payloadObject

Returns the value of attribute payload.



59
60
61
# File 'lib/scout/exceptions.rb', line 59

def payload
  @payload
end