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