mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-12-04 10:18:03 +01:00
8 lines
94 B
PHP
8 lines
94 B
PHP
|
<?php
|
||
|
|
||
|
namespace TelegramApiServer\Exceptions;
|
||
|
|
||
|
class NoMediaException extends \Exception
|
||
|
{
|
||
|
|
||
|
}
|