[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * This file is part of the Symfony package. 4 * 5 * (c) Fabien Potencier <fabien@symfony.com> 6 * 7 * For the full copyright and license information, please view the LICENSE 8 * file that was distributed with this source code. 9 */ 10 11 namespace Symfony\Component\Config\Util\Exception; 12 13 /** 14 * Exception class for when XML parsing with an XSD schema file path or a callable validator produces errors unrelated 15 * to the actual XML parsing. 16 * 17 * @author Ole Rößner <ole@roessner.it> 18 */ 19 class InvalidXmlException extends XmlParsingException 20 { 21 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |