GeForce Manager
PHP Advanced
C:
/
xampp
/
htdocs
/
Ajaji
/
libraries
/
vendor
/
lcobucci
/
jwt
/
src
/
Validation
/
Name
Size
Perms
Actions
📁
Constraint
5585 B
0777
Permissions
Delete
📄
NoConstraintsGiven.php
175 B
0666
Edit
Perms
Delete
📄
RequiredConstraintsViolated.php
1270 B
0666
Edit
Perms
Delete
Editing:
NoConstraintsGiven.php
<?php namespace Lcobucci\JWT\Validation; use Lcobucci\JWT\Exception; use RuntimeException; final class NoConstraintsGiven extends RuntimeException implements Exception { }
Cancel