ShinyException
extends Exception
in package
Display a exception as a human readable error message
Tags
Table of Contents
Properties
- $templateFile : mixed
- $templatePlaceholders : mixed
Methods
- __construct() : mixed
- getBackendViewMessage() : mixed
- registerPlaceholders() : mixed
- setTemplateFile() : mixed
Properties
$templateFile
protected
mixed
$templateFile
= null
$templatePlaceholders
protected
mixed
$templatePlaceholders
= array()
Methods
__construct()
public
__construct([mixed $message = null ][, mixed $code = 0 ][, Exception $previous = null ]) : mixed
Parameters
- $message : mixed = null
- $code : mixed = 0
- $previous : Exception = null
getBackendViewMessage()
public
getBackendViewMessage() : mixed
registerPlaceholders()
public
registerPlaceholders(mixed $placeholders) : mixed
Parameters
- $placeholders : mixed
setTemplateFile()
public
setTemplateFile(mixed $templateFile) : mixed
Parameters
- $templateFile : mixed