b0y-101 Mini Shell


Current Path : E:/www2/risk/libraries/vendor/lcobucci/jwt/src/
File Upload :
Current File : E:/www2/risk/libraries/vendor/lcobucci/jwt/src/Exception.php

<?php

namespace Lcobucci\JWT;

if (PHP_MAJOR_VERSION === 5) {
    interface Exception
    {
    }
} else {
    interface Exception extends \Throwable
    {
    }
}

Copyright © 2019 by b0y-101