WIP: Symfony 6 project remake #2
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace src\PointToolsBundle\Exception\Telegram;
|
||||
|
||||
namespace App\Exception\Telegram;
|
||||
|
||||
class CommandProcessingException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue