mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-12-03 09:47:46 +01:00
8 lines
99 B
PHP
8 lines
99 B
PHP
<?php
|
|
|
|
namespace TelegramApiServer\Exceptions;
|
|
|
|
class NoMediaException extends NoticeException
|
|
{
|
|
|
|
} |