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

9 lines
109 B
PHP

<?php
namespace NoccyLabs\SimpleJwt\Collection;
class PropertyException extends \RuntimeException
{
}