Exception: Contingency
- Inherits:
-
Exception
- Object
- Exception
- Contingency
- Defined in:
- lib/logic_analyzer/exception.rb
Instance Method Summary collapse
-
#initialize(msg = 'Proposition might not always be false or always true under any circumstance') ⇒ Contingency
constructor
A new instance of Contingency.
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 |