fix typo Api\Exception\WrongUserInput

This commit is contained in:
Ralf Becker 2016-02-29 08:38:59 +00:00
parent ec9063bb6c
commit 0db8e10784

View File

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