class ScriptExecutionException
Thrown when a script running an external process exits with a non-0 status code
@author Jordi Boggiano <j.boggiano@seld.be>
Hierarchy
- class \Composer\EventDispatcher\ScriptExecutionException extends \Composer\EventDispatcher\RuntimeException
Expanded class hierarchy of ScriptExecutionException
1 file declares its use of ScriptExecutionException
- Application.php in vendor/
composer/ composer/ src/ Composer/ Console/ Application.php
File
-
vendor/
composer/ composer/ src/ Composer/ EventDispatcher/ ScriptExecutionException.php, line 20
Namespace
Composer\EventDispatcherView source
class ScriptExecutionException extends \RuntimeException {
}