snappymail/rainloop/v/0.0.0/app/libraries/RainLoop/Exceptions/RuntimeException.php
2015-01-08 18:00:03 +04:00

9 lines
136 B
PHP

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