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

File "InvalidArgumentException.php"

Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/vendor/psr/cache/src/InvalidArgumentException.php
File size: 299 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Psr\Cache;

/**
 * Exception interface for invalid cache arguments.
 *
 * Any time an invalid argument is passed into a method it must throw an
 * exception class which implements Psr\Cache\InvalidArgumentException.
 */
interface InvalidArgumentException extends CacheException
{
}