snappymail/rainloop/v/1.2.5.406/app/libraries/Buzz/Exception/ExceptionInterface.php
2013-09-24 23:04:44 +04:00

10 lines
146 B
PHP

<?php
namespace Buzz\Exception;
/**
* Marker interface to denote exceptions thrown from the Buzz context.
*/
interface ExceptionInterface
{
}