An exception for terminatinating execution or to throw for unit testing.
isLessThan(int $maximum)
Creates a constraint that can be used to check if an integer value is less than the defined upper lim...
isGreaterThan(int $minimum)
Creates a constraint that can be used to check if an integer value is greater than the defined lower ...
__construct(Factory $dataFactory, \ilLanguage $language)