\nre\exceptionsViewNotFoundException

Exception: View not found.

Summary

Methods
Properties
Constants
__construct()
getFileName()
No public properties found
CODE
MESSAGE
No protected methods found
No protected properties found
N/A
concat()
$fileName
N/A

Constants

CODE

CODE

Error code

MESSAGE

MESSAGE

Error message

Properties

$fileName

$fileName : string

Filename of the view that was not found

Type

string

Methods

__construct()

__construct(string  $fileName) 

Construct a new exception.

Parameters

string $fileName

Filename of the view that was not found

getFileName()

getFileName() : string

Get the filename of the view that was not found.

Returns

string —

Filename of the view that was not found

concat()

concat(string  $message, string  $name) 

Insert the name in a message

Parameters

string $message

Error message

string $name

Name to insert