summaryrefslogtreecommitdiff
path: root/lib/querypath/src/QueryPath/CSS/NotImplementedException.php
blob: 6705f307569aee220768d1159e6cbded1bb413a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * @file
 * An exception for CSS errors.
 */
namespace QueryPath\CSS;
/**
 * Exception thrown for unimplemented CSS.
 *
 * This is thrown in cases where some feature is expected, but the current
 * implementation does not support that feature.
 *
 * @ingroup querypath_css
 */
class NotImplementedException extends \Exception {}