snappymail/rainloop/v/1.2.12.440/app/libraries/RainLoop/Exceptions/RuntimeException.php
2013-10-13 23:53:42 +04:00

9 lines
136 B
PHP

<?php
namespace RainLoop\Exceptions;
/**
* @category RainLoop
* @package Exceptions
*/
class RuntimeException extends Exception {}