diff --git a/phpgwapi/inc/class.egw_exception.inc.php b/phpgwapi/inc/class.egw_exception.inc.php index 0b9a6f3d8e..b4fd0bf803 100644 --- a/phpgwapi/inc/class.egw_exception.inc.php +++ b/phpgwapi/inc/class.egw_exception.inc.php @@ -113,5 +113,7 @@ class egw_exception_db_invalid_sql extends Api\Db\Exception {} * Allow callbacks to request a redirect * * Can be caught be applications and is otherwise handled by global exception handler. + * + * @deprecated use Api\Db\Exception\Redirect */ class egw_exception_redirect extends Api\Exception\Redirect {}