You are here

class QueryPathIOException in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/QueryPath.php \QueryPathIOException
  2. 7.2 QueryPath/QueryPath.php \QueryPathIOException

Hierarchy

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