PHP Класс PDepend\Source\Parser\InvalidStateException

Наследование: extends ParserException
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( integer $lineNumber, string $fileName, string $reason ) Constructs a new invalid state exception.

Описание методов

__construct() публичный метод

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.