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