mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-10 16:03:39 +08:00
7 lines
117 B
PHP
7 lines
117 B
PHP
<?php
|
|
|
|
namespace Buzz\Exception;
|
|
|
|
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
|
{
|
|
}
|