point-tools/src/Exception/Telegram/CommandProcessingException.php

10 lines
124 B
PHP

<?php
declare(strict_types=1);
namespace App\Exception\Telegram;
class CommandProcessingException extends \Exception
{
}