9 lines
109 B
PHP
9 lines
109 B
PHP
<?php
|
|
|
|
namespace NoccyLabs\SimpleJWT\Collection;
|
|
|
|
|
|
class PropertyException extends \RuntimeException
|
|
{
|
|
|
|
} |