We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dba977 commit a4da6baCopy full SHA for a4da6ba
src/JsonSchema/ConstraintError.php
@@ -2,6 +2,8 @@
2
3
namespace JsonSchema;
4
5
+use JsonSchema\Exception\InvalidArgumentException;
6
+
7
class ConstraintError extends \MabeEnum\Enum
8
{
9
const ADDITIONAL_ITEMS = 'additionalItems';
0 commit comments