JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "InvalidArgumentException.php"

Full Path: /var/www/lionsclub/core/vendor/psr/simple-cache/src/InvalidArgumentException.php
File size: 260 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Psr\SimpleCache;

/**
 * Exception interface for invalid cache arguments.
 *
 * When an invalid argument is passed it must throw an exception which implements
 * this interface
 */
interface InvalidArgumentException extends CacheException
{
}