PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
lcobucci
/
jwt
/
src
/
Validation
<?php declare(strict_types=1); namespace Lcobucci\JWT\Validation; use Lcobucci\JWT\Exception; use RuntimeException; final class ConstraintViolation extends RuntimeException implements Exception { }
[+]
Constraint
[+]
..
[-] Validator.php
[edit]
[-] NoConstraintsGiven.php
[edit]
[-] ConstraintViolation.php
[edit]
[-] Constraint.php
[edit]
[-] RequiredConstraintsViolated.php
[edit]