/var/www/vhosts/ihelp.ro/httpdocs/vendor/imagine/imagine/src/Exception
NameSizeModeActions
Exception.php3350644editdlrm
InvalidArgumentException.php4180644editdlrm
NotSupportedException.php4210644editdlrm
OutOfBoundsException.php4070644editdlrm
RuntimeException.php3930644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/imagine/imagine/src/Exception/OutOfBoundsException.php (407B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Imagine\Exception; /** * Imagine-specific out of bounds exception. */ class OutOfBoundsException extends \OutOfBoundsException implements Exception { }