snappymail/rainloop/v/1.3.6.461/app/libraries/MailSo/Pop3/Exceptions/RuntimeException.php

11 lines
181 B
PHP
Raw Normal View History

2013-09-25 03:04:44 +08:00
<?php
namespace MailSo\Pop3\Exceptions;
/**
* @category MailSo
* @package Pop3
* @subpackage Exceptions
*/
class RuntimeException extends \MailSo\Pop3\Exceptions\Exception {}