class QueryPathIOException in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPathIOException
- 7.2 QueryPath/QueryPath.php \QueryPathIOException
Hierarchy
- class \QueryPathException extends \Exception
- class \QueryPathParseException
- class \QueryPathIOException
- class \QueryPathParseException
Expanded class hierarchy of QueryPathIOException
1 string reference to 'QueryPathIOException'
- QueryPath::writeXML in QueryPath/
QueryPath.php
File
- QueryPath/
QueryPath.php, line 2247
View source
class QueryPathIOException extends QueryPathParseException {
public static function initializeFromError($code, $str, $file, $line, $cxt) {
$class = __CLASS__;
throw new $class($str, $code, $file, $line);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
QueryPathIOException:: |
public static | function |
Overrides QueryPathParseException:: |
|
QueryPathParseException:: |
constant | |||
QueryPathParseException:: |
constant | |||
QueryPathParseException:: |
public | function |