Added new exception interface and updated transformers

This commit is contained in:
Graham Campbell
2015-12-06 17:59:26 +00:00
parent b9ca5f7066
commit 6efe100064
3 changed files with 32 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace CachetHQ\Cachet\Exceptions;
/**
* This is the exception interface.
*
* @author Graham Campbell <graham@alt-three.com>
*/
interface ExceptionInterface
{
//
}