kb / libs /SimpleQueue /Exception /NotSupportedException.php
Xv Zan
ULFS
e4f4821
Raw
History Blame Contribute Delete
183 Bytes
<?php
namespace SimpleQueue\Exception;
use Exception;
/**
* Class NotSupportedException
*
* @package SimpleQueue\Exception
*/
class NotSupportedException extends Exception
{
}