Add @throws phpdoc

This commit is contained in:
Dany Maillard 2017-04-13 00:18:28 +02:00
parent 92eb9e1616
commit 7489a14656
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@ class Command
*
* @return int The command exit code
*
* @throws \Exception When binding input fails. Bypass this by calling {@link ignoreValidationErrors()}.
*
* @see setCode()
* @see execute()
*/