Exception: ContradictionError

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

Instance Method Summary collapse

Constructor Details

#initializeContradictionError

Returns a new instance of ContradictionError.



2
3
4
# File 'lib/Exception/contradiction_error.rb', line 2

def initialize
  super('One or more rules were evaluated as contradictory')
end