snappymail/rainloop/v/1.2.6.410/app/libraries/Buzz/Exception/ExceptionInterface.php

11 lines
146 B
PHP
Raw Normal View History

2013-09-25 03:04:44 +08:00
<?php
namespace Buzz\Exception;
/**
* Marker interface to denote exceptions thrown from the Buzz context.
*/
interface ExceptionInterface
{
}