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