forked from extern/egroupware
add missing deprecated fro egw_exception_redirect
This commit is contained in:
parent
0db8e10784
commit
86bf2fb2c0
@ -113,5 +113,7 @@ class egw_exception_db_invalid_sql extends Api\Db\Exception {}
|
|||||||
* Allow callbacks to request a redirect
|
* Allow callbacks to request a redirect
|
||||||
*
|
*
|
||||||
* Can be caught be applications and is otherwise handled by global exception handler.
|
* 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 {}
|
class egw_exception_redirect extends Api\Exception\Redirect {}
|
||||||
|
Loading…
Reference in New Issue
Block a user