TelegramApiServer/src/Exceptions/NoMediaException.php

8 lines
94 B
PHP
Raw Normal View History

2021-04-19 21:58:35 +02:00
<?php
namespace TelegramApiServer\Exceptions;
class NoMediaException extends \Exception
{
}