File "FileNotFoundException.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/league/glide/src/Filesystem/FileNotFoundException.php
File size: 109 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace League\Glide\Filesystem;

use Exception;

class FileNotFoundException extends Exception
{
}