__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