Overview

Namespaces

  • emyu10
    • PhpView

Classes

  • Renderer

Exceptions

  • FileNotFoundException
  • Overview
  • Namespace
  • Class

Class FileNotFoundException

FileNotFoundException class

throw this exception if a view file is not found. this class extends \Exception class

Exception implements Throwable
Extended by emyu10\PhpView\FileNotFoundException
Namespace: emyu10\PhpView
Author: Mohamed Usman emyu10@gmail.com
Since: 2018-03-01
Located at FileNotFoundException.php
Methods summary
public
# __construct( string $file )

Constructor.

Constructor.

extends \Exception

Parameters

$file
name of the file.

Overrides

Exception::__construct()
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen