snappymail/rainloop/v/0.0.0/app/libraries/Imagine/Exception/RuntimeException.php
2015-10-29 23:02:58 +03:00

19 lines
392 B
PHP

<?php
/*
* This file is part of the Imagine package.
*
* (c) Bulat Shakirzyanov <mallluhuct@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Imagine\Exception;
/**
* Imagine-specific runtime exception
*/
class RuntimeException extends \RuntimeException implements Exception
{
}