Exception: StopInsist
- Inherits:
-
Exception
- Object
- Exception
- StopInsist
- Defined in:
- lib/scout/exceptions.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
Instance Method Summary collapse
-
#initialize(exception) ⇒ StopInsist
constructor
A new instance of StopInsist.
Constructor Details
#initialize(exception) ⇒ StopInsist
Returns a new instance of StopInsist.
9 10 11 |
# File 'lib/scout/exceptions.rb', line 9 def initialize(exception) @exception = exception end |
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception.
8 9 10 |
# File 'lib/scout/exceptions.rb', line 8 def exception @exception end |