php-simple-jwt/src/Collection/PropertyException.php

9 lines
109 B
PHP
Raw Normal View History

2021-02-11 12:22:51 +00:00
<?php
2023-04-09 00:40:21 +00:00
namespace NoccyLabs\SimpleJWT\Collection;
2021-02-11 12:22:51 +00:00
class PropertyException extends \RuntimeException
{
}