Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConsoleErrorEvent.php
function ConsoleErrorEvent::getError
File
vendor/
symfony/
console/
Event/
ConsoleErrorEvent.php
, line 36
Class
ConsoleErrorEvent
Allows to handle throwables thrown while running a command.
Namespace
Symfony\Component\Console\Event
Code
public
function
getError
() : \Throwable {
return
$this
->
error
; }
RSS feed