Files
kanboard/libs/SimpleQueue/Exception/NotSupportedException.php
T

15 lines
183 B
PHP
Raw Normal View History

2026-06-01 21:23:12 -07:00
<?php
namespace SimpleQueue\Exception;
use Exception;
/**
* Class NotSupportedException
*
* @package SimpleQueue\Exception
*/
class NotSupportedException extends Exception
{
}