Ported CommandProcessingException.
This commit is contained in:
parent
c7256f5a50
commit
0822aea5ec
|
@ -1,9 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace src\PointToolsBundle\Exception\Telegram;
|
namespace App\Exception\Telegram;
|
||||||
|
|
||||||
|
|
||||||
class CommandProcessingException extends \Exception
|
class CommandProcessingException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue