Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
botman
/
driver-telegram
/
src
/
Extensions
/
Attachments
:
FileException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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; }