mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-07 05:34:12 +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
|
|
{
|
|
}
|