File "FilesystemException.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/league/glide/src/Filesystem/FilesystemException.php
File size: 107 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace League\Glide\Filesystem;
use Exception;
class FilesystemException extends Exception
{
}