mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-09 07:24:03 +08:00
10 lines
146 B
PHP
10 lines
146 B
PHP
<?php
|
|
|
|
namespace Buzz\Exception;
|
|
|
|
/**
|
|
* Marker interface to denote exceptions thrown from the Buzz context.
|
|
*/
|
|
interface ExceptionInterface
|
|
{
|
|
}
|