看板初始化提交
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace SimpleQueue\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class NotSupportedException
|
||||
*
|
||||
* @package SimpleQueue\Exception
|
||||
*/
|
||||
class NotSupportedException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user