[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/lcobucci/jwt/src/Validation/Constraint/ -> LeewayCannotBeNegative.php (source)

   1  <?php
   2  
   3  namespace Lcobucci\JWT\Validation\Constraint;
   4  
   5  use InvalidArgumentException;
   6  use Lcobucci\JWT\Exception;
   7  
   8  final class LeewayCannotBeNegative extends InvalidArgumentException implements Exception
   9  {
  10      /** @return self */
  11      public static function create()
  12      {
  13          return new self('Leeway cannot be negative');
  14      }
  15  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer