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