This commit is contained in:
Daniil Gentili 2024-06-30 16:13:05 +02:00
parent f484ee67a7
commit 7ad157021a

View File

@ -4,7 +4,7 @@ namespace TelegramApiServer\Exceptions;
use Exception;
final class NoticeException extends Exception
class NoticeException extends Exception
{
}