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

9 lines
109 B
PHP
Raw Normal View History

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