Skip to content

Commit

Permalink
Add use line for InvalidArgumentException (jsonrainbow#370)
Browse files Browse the repository at this point in the history
Fixes issue jsonrainbow#369
  • Loading branch information
erayd committed Mar 22, 2017
1 parent a0af784 commit 0bb66d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/JsonSchema/ConstraintError.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace JsonSchema;

use JsonSchema\Exception\InvalidArgumentException;

class ConstraintError extends \MabeEnum\Enum
{
const ADDITIONAL_ITEMS = 'additionalItems';
Expand Down

0 comments on commit 0bb66d3

Please sign in to comment.