mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix typo Api\Exception\WrongUserInput
This commit is contained in:
parent
ec9063bb6c
commit
0db8e10784
@ -87,7 +87,7 @@ class egw_exception_wrong_parameter extends Api\Exception\WrongParameter {}
|
|||||||
*
|
*
|
||||||
* @deprecated use Api\Exception\WrongUserInput
|
* @deprecated use Api\Exception\WrongUserInput
|
||||||
*/
|
*/
|
||||||
class egw_exception_wrong_userinput extends Api\Exception\WrongUserinput {}
|
class egw_exception_wrong_userinput extends Api\Exception\WrongUserInput {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Exception thrown by the egw_db class for everything not covered by extended classed below
|
* Exception thrown by the egw_db class for everything not covered by extended classed below
|
||||||
|
Loading…
Reference in New Issue
Block a user