Add @throws phpdoc

This commit is contained in:
Dany Maillard 2017-04-13 00:18:28 +02:00
parent 92eb9e1616
commit 7489a14656

View File

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