Exception: Contingency

Inherits:
Exception
  • Object
show all
Defined in:
lib/logic_analyzer/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Proposition might not always be false or always true under any circumstance') ⇒ Contingency

Returns a new instance of Contingency.



2
3
4
# File 'lib/logic_analyzer/exception.rb', line 2

def initialize(msg = 'Proposition might not always be false or always true under any circumstance')
  super(msg)
end