File "Exception.php"
Full path: /home/argothem/www/organecyberpresse/plugins/auto/querypath/v3.0.0/lib/querypath/vendor/gravitypdf/querypath/src/Exception.php
File size: 245 bytes
MIME-type: text/x-php
Charset: utf-8
<?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
{
}