Move custom libs to the source tree
This commit is contained in:
14
libs/SimpleQueue/Exception/NotSupportedException.php
Normal file
14
libs/SimpleQueue/Exception/NotSupportedException.php
Normal file
@@ -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