PHP Class Lisphp_ParsingException

Inheritance: extends Exception
Exibir arquivo Open project: lisphp/lisphp Class Usage Examples

Public Properties

Property Type Description
$code
$lisphpFile
$offset

Public Methods

Method Description
__construct ( $code, $offset, $file = '' )
getLisphpColumn ( )
getLisphpFile ( )
getLisphpLine ( )

Method Details

__construct() public method

public __construct ( $code, $offset, $file = '' )

getLisphpColumn() public method

public getLisphpColumn ( )

getLisphpFile() public method

public getLisphpFile ( )

getLisphpLine() public method

public getLisphpLine ( )

Property Details

$code public_oe property

public $code

$lisphpFile public_oe property

public $lisphpFile

$offset public_oe property

public $offset