Would be possible to support custom exception to be thrown if assertion failed, similar to native \assert() function? Example: Assert::that($capacity)->greaterThan(0, new MyException('....'))
Would be possible to support custom exception to be thrown if assertion failed, similar to native \assert() function?
Example:
Assert::that($capacity)->greaterThan(0, new MyException('....'))