1 <?php
2
3 /**
4 * AfException class file.
5 *
6 * @author Keith Burton <kburton@kappasoft.net>
7 * @package advancedfilters.components
8 */
9
10 /**
11 * The AfException class is used for exceptions raised by the
12 * advanced filters extension.
13 */
14 class AfException extends CException
15 {
16
17 }
18