Current Path : /home/escuelai/public_html/it/vendor/swaggest/json-schema/src/Exception/ |
Current File : /home/escuelai/public_html/it/vendor/swaggest/json-schema/src/Exception/NumericException.php |
<?php namespace Swaggest\JsonSchema\Exception; use Swaggest\JsonSchema\InvalidValue; class NumericException extends InvalidValue { const MULTIPLE_OF = 1; const MAXIMUM = 2; const MINIMUM = 3; }