Mercurial > hg > cmmr2012-drupal-site
comparison vendor/typo3/phar-stream-wrapper/src/Phar/DeserializationException.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
1 <?php | |
2 namespace TYPO3\PharStreamWrapper\Phar; | |
3 | |
4 /* | |
5 * This file is part of the TYPO3 project. | |
6 * | |
7 * It is free software; you can redistribute it and/or modify it under the terms | |
8 * of the MIT License (MIT). For the full copyright and license information, | |
9 * please read the LICENSE file that was distributed with this source code. | |
10 * | |
11 * The TYPO3 project - inspiring people to share! | |
12 */ | |
13 | |
14 use TYPO3\PharStreamWrapper\Exception; | |
15 | |
16 class DeserializationException extends Exception | |
17 { | |
18 } |