Skip to content

Commit a4da6ba

Browse files
eraydbighappyface
authored andcommitted
Add use line for InvalidArgumentException (#370)
Fixes issue #369
1 parent 3dba977 commit a4da6ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JsonSchema/ConstraintError.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace JsonSchema;
44

5+
use JsonSchema\Exception\InvalidArgumentException;
6+
57
class ConstraintError extends \MabeEnum\Enum
68
{
79
const ADDITIONAL_ITEMS = 'additionalItems';

0 commit comments

Comments
 (0)