comparison vendor/squizlabs/php_codesniffer/src/Exceptions/RuntimeException.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 129ea1e6d783
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
7 * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence 7 * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
8 */ 8 */
9 9
10 namespace PHP_CodeSniffer\Exceptions; 10 namespace PHP_CodeSniffer\Exceptions;
11 11
12 class RuntimeException extends \Exception 12 class RuntimeException extends \RuntimeException
13 { 13 {
14 14
15 }//end class 15 }//end class