snappymail/rainloop/v/1.2.11.431/app/libraries/RainLoop/Exceptions/RuntimeException.php
2013-10-08 11:48:57 +04:00

9 lines
136 B
PHP

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