Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
11
vendor/lcobucci/jwt/src/Validation/ConstraintViolation.php
vendored
Normal file
11
vendor/lcobucci/jwt/src/Validation/ConstraintViolation.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Lcobucci\JWT\Validation;
|
||||
|
||||
use Lcobucci\JWT\Exception;
|
||||
use RuntimeException;
|
||||
|
||||
final class ConstraintViolation extends RuntimeException implements Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user