comparison vendor/squizlabs/php_codesniffer/CodeSniffer/Exception.php @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c75dbcec494b
1 <?php
2 /**
3 * An exception thrown by PHP_CodeSniffer when it encounters an unrecoverable error.
4 *
5 * PHP version 5
6 *
7 * @category PHP
8 * @package PHP_CodeSniffer
9 * @author Greg Sherwood <gsherwood@squiz.net>
10 * @author Marc McIntyre <mmcintyre@squiz.net>
11 * @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
12 * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
13 * @link http://pear.php.net/package/PHP_CodeSniffer
14 */
15
16 /**
17 * An exception thrown by PHP_CodeSniffer when it encounters an unrecoverable error.
18 *
19 * @category PHP
20 * @package PHP_CodeSniffer
21 * @author Greg Sherwood <gsherwood@squiz.net>
22 * @author Marc McIntyre <mmcintyre@squiz.net>
23 * @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
24 * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
25 * @version Release: @package_version@
26 * @link http://pear.php.net/package/PHP_CodeSniffer
27 */
28 class PHP_CodeSniffer_Exception extends Exception
29 {
30
31 }//end class