update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -474,6 +474,8 @@ private function validateAttempts(callable $interviewer, OutputInterface $output
|
||||
|
||||
try {
|
||||
return $question->getValidator()($interviewer());
|
||||
} catch (MissingInputException $e) {
|
||||
throw $error ?? $e;
|
||||
} catch (RuntimeException $e) {
|
||||
throw $e;
|
||||
} catch (\Exception $error) {
|
||||
|
||||
Reference in New Issue
Block a user