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