Mercurial > hg > cmmr2012-drupal-site
annotate vendor/sebastian/global-state/src/exceptions/RuntimeException.php @ 2:5311817fb629
Theme updates
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 13:19:18 +0000 |
parents | |
children |
rev | line source |
---|---|
Chris@2 | 1 <?php |
Chris@2 | 2 /* |
Chris@2 | 3 * This file is part of sebastian/global-state. |
Chris@2 | 4 * |
Chris@2 | 5 * (c) Sebastian Bergmann <sebastian@phpunit.de> |
Chris@2 | 6 * |
Chris@2 | 7 * For the full copyright and license information, please view the LICENSE |
Chris@2 | 8 * file that was distributed with this source code. |
Chris@2 | 9 */ |
Chris@2 | 10 |
Chris@2 | 11 declare(strict_types=1); |
Chris@2 | 12 |
Chris@2 | 13 namespace SebastianBergmann\GlobalState; |
Chris@2 | 14 |
Chris@2 | 15 class RuntimeException extends \RuntimeException implements Exception |
Chris@2 | 16 { |
Chris@2 | 17 } |