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 {}