Ported CommandProcessingException.

This commit is contained in:
Alexey Skobkin 2023-04-01 19:32:24 +03:00
parent c7256f5a50
commit 0822aea5ec
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -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
{ {
} }