File "VideoException.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/botman/driver-telegram/src/Extensions/Attachments/VideoException.php
File size: 260 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace BotMan\Drivers\Telegram\Extensions\Attachments;
use BotMan\BotMan\Messages\Attachments\Video;
use BotMan\Drivers\Telegram\Extensions\Attachments\Traits\AttachmentException;
class VideoException extends Video
{
use AttachmentException;
}