Refactor OrderController

This commit is contained in:
Benoît Burnichon
2016-02-25 19:40:46 +01:00
parent 2b5557ac7c
commit cb87d7c0f1
3 changed files with 80 additions and 64 deletions

View File

@@ -0,0 +1,16 @@
<?php
/**
* This file is part of Phraseanet
*
* (c) 2005-2016 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Alchemy\Phrasea\Controller\Prod;
class OrderControllerException extends \RuntimeException
{
}