Minor correction
This commit is contained in:
parent
5064aed99f
commit
f2d3c25c59
1 changed files with 1 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue