File "FileException.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/botman/driver-telegram/src/Extensions/Attachments/FileException.php
File size: 257 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace BotMan\Drivers\Telegram\Extensions\Attachments;

use BotMan\BotMan\Messages\Attachments\File;
use BotMan\Drivers\Telegram\Extensions\Attachments\Traits\AttachmentException;

class FileException extends File
{
    use AttachmentException;
}