13 lines
110 B
PHP
13 lines
110 B
PHP
<?php
|
|
/**
|
|
*
|
|
* @date 2021/6/24 15:01
|
|
*/
|
|
|
|
namespace WorkerManQueue;
|
|
|
|
|
|
class Exception extends \Exception
|
|
{
|
|
|
|
} |