add missing deprecated fro egw_exception_redirect

This commit is contained in:
Ralf Becker 2016-02-29 08:41:32 +00:00
parent 0db8e10784
commit 86bf2fb2c0

View File

@ -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 {}