Add error pages, fix error handling and PHP conf

This commit is contained in:
Romain Neutron
2013-06-14 20:35:39 +02:00
parent 09c6361475
commit 42db38d055
140 changed files with 1962 additions and 1218 deletions

View File

@@ -9,13 +9,15 @@
* file that was distributed with this source code.
*/
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Databox_FieldNotFound extends Exception_NotFound
class Exception_Databox_FieldNotFound extends NotFoundHttpException
{
}