Skip to content

Commit 0bb66d3

Browse files
committed
Add use line for InvalidArgumentException (jsonrainbow#370)
Fixes issue jsonrainbow#369
1 parent a0af784 commit 0bb66d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JsonSchema/ConstraintError.php

+2
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)