snappymail/rainloop/v/1.2.5.406/app/libraries/Buzz/Exception/RuntimeException.php

8 lines
117 B
PHP
Raw Normal View History

2013-09-25 03:04:44 +08:00
<?php
namespace Buzz\Exception;
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}