Home
last modified time | relevance | path

Searched refs:ValueIsNotNumericException (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php19 use FINDOLOGIC\Export\Helpers\ValueIsNotNumericException; alias
76 … 'Bonus with non-numeric value' => ['test', Bonus::class, ValueIsNotNumericException::class],
84 … 'Price with non-numeric value' => ['test', Price::class, ValueIsNotNumericException::class],
89 ValueIsNotNumericException::class],
92 … 'Sort with non-numeric value' => ['test', Sort::class, ValueIsNotNumericException::class],
H A DDataHelperTest.php6 use FINDOLOGIC\Export\Helpers\ValueIsNotNumericException; alias
78 } catch (ValueIsNotNumericException $e) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareNumericValue.php5 class ValueIsNotNumericException extends \RuntimeException class
20 throw new ValueIsNotNumericException();