class ContradictionError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/Exception/contradiction_error.rb, line 2 def initialize super('One or more rules were evaluated as contradictory') end