Minor correction

This commit is contained in:
Netkas 2023-02-14 21:05:31 -05:00
parent 5064aed99f
commit f2d3c25c59

View file

@ -1,4 +1,3 @@
<?php <?php
namespace TgBotLib\Exceptions; namespace TgBotLib\Exceptions;
@ -6,7 +5,7 @@
use Exception; use Exception;
use Throwable; use Throwable;
class RequestException extends Exception class TelegramException extends Exception
{ {
/** /**
* Public Constructor * Public Constructor