We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0af784 commit 0bb66d3Copy full SHA for 0bb66d3
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