class Contingency
Public Class Methods
new(msg = 'Proposition might not always be false or always true under any circumstance')
click to toggle source
Calls superclass method
# 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