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
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
<?php
declare(strict_types=1);
namespace src\PointToolsBundle\Exception\Telegram;
namespace App\Exception\Telegram;
class CommandProcessingException extends \Exception
{
}
}