| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | final class UnsatisfiedConstraint extends InvalidArgument implements UnmappableInput |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Notifies the client code when the input is not accepted by the constraint. |
||
| 23 | * |
||
| 24 | * @param MapsProperty $property |
||
| 25 | * @param $value |
||
| 26 | * @return UnsatisfiedConstraint The exception to throw. |
||
| 27 | */ |
||
| 28 | public static function itIsNotConsideredValid( |
||
| 48 |