Fix upgrade with a bad databox

This commit is contained in:
Romain Neutron
2011-12-08 17:22:34 +01:00
parent 405f577fa1
commit 9fb986e8f0
5 changed files with 64 additions and 19 deletions

View File

@@ -0,0 +1,21 @@
<?php
/*
* This file is part of Phraseanet
*
* (c) 2005-2010 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
*
* @package Exception
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Exception_Setup_FixBadEmailAddresses extends Exception
{
}