snappymail/rainloop/v/0.0.0/app/libraries/Imagine/Exception/RuntimeException.php

20 lines
392 B
PHP
Raw Normal View History

2015-10-30 04:02:58 +08:00
<?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
{
}