PHP Class PDepend\Source\Parser\InvalidStateException

Inheritance: extends ParserException
Datei anzeigen Open project: pdepend/pdepend

Public Methods

Method Description
__construct ( integer $lineNumber, string $fileName, string $reason ) Constructs a new invalid state exception.

Method Details

__construct() public method

Constructs a new invalid state exception.
public __construct ( integer $lineNumber, string $fileName, string $reason )
$lineNumber integer Line number where the parser has stopped.
$fileName string The source file where this exception occurred.
$reason string Short description what has happened.