mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
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
|
||||
*
|
||||
* 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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user