class NotComparableException extends LogicException (View source)

Exception raised by ComparableInterface::compare()

Methods

__construct(mixed $a, mixed $b)

No description

Details

__construct(mixed $a, mixed $b)

Parameters

mixed $a First operand of the comparison
mixed $b Second operand of the comparison