mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
7 lines
117 B
PHP
7 lines
117 B
PHP
<?php
|
|
|
|
namespace Buzz\Exception;
|
|
|
|
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
|
{
|
|
}
|