File "ImageException.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/botman/driver-telegram/src/Extensions/Attachments/ImageException.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\Image;
use BotMan\Drivers\Telegram\Extensions\Attachments\Traits\AttachmentException;

class ImageException extends Image
{
    use AttachmentException;
}