Table of Contents
Properties
-
$exception
: Exception
-
$info
: array<string|int, mixed>
-
$url
: string
Methods
-
__construct()
: mixed
-
run()
: void
-
canShowDebugInfo()
: bool
-
canShowDeployButtons()
: bool
-
html()
: string
-
htmlCodeFragmentCard()
: string
-
htmlContainer()
: string
-
htmlErrorCard()
: string
-
htmlLogCard()
: string
-
response()
: Response
-
save()
: void
$exception
protected
Exception
$exception
$info
protected
array<string|int, mixed>
$info
$url
protected
string
$url
__construct()
public
__construct(Exception $exception[, string $url = '' ]) : mixed
Parameters
-
$exception
: Exception
-
-
$url
: string
= ''
-
run()
public
run() : void
canShowDebugInfo()
protected
canShowDebugInfo() : bool
protected
canShowDeployButtons() : bool
html()
protected
html(string $title, string $body) : string
Parameters
-
$title
: string
-
-
$body
: string
-
htmlCodeFragmentCard()
protected
htmlCodeFragmentCard() : string
htmlContainer()
protected
htmlContainer(string $content) : string
Parameters
-
$content
: string
-
htmlErrorCard()
protected
htmlErrorCard(string $content[, bool $report_btn = false ][, bool $action_buttons = false ]) : string
Parameters
-
$content
: string
-
-
$report_btn
: bool
= false
-
-
$action_buttons
: bool
= false
-
htmlLogCard()
protected
htmlLogCard() : string
response()
protected
response() : Response
save()
protected
save() : void