Skip to content

ExceptionHandler


  • Full name: \PhalconKit\Cli\ExceptionHandler

Properties

e

private string|\Exception|\Throwable $e

outputStream

private mixed $outputStream

Methods

__construct

public __construct(string|\Exception|\Throwable $e, mixed $outputStream = STDERR): mixed

Parameters:

Parameter Type Description
$e string|\Exception|\Throwable
$outputStream mixed

write

public write(): void