Exception: StopInsist

Inherits:
Exception
  • Object
show all
Defined in:
lib/rbbt/util/misc/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(exception) ⇒ StopInsist

Returns a new instance of StopInsist.



77
78
79
# File 'lib/rbbt/util/misc/exceptions.rb', line 77

def initialize(exception)
  @exception = exception
end

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception.



76
77
78
# File 'lib/rbbt/util/misc/exceptions.rb', line 76

def exception
  @exception
end