summaryrefslogtreecommitdiff
path: root/lib/querypath/src/QueryPath/Exception.php
blob: c84e98eeba9e6a70c2e78dfe7486293d2a945522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * @file
 *
 * The top-level QueryPath exception.
 */
namespace QueryPath;
/**
 * Exception indicating that a problem has occured inside of a QueryPath object.
 *
 * @ingroup querypath_core
 */
class Exception extends \Exception {}