Files
BloomPatched/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/Exceptions/XmlParsingException.php

6 lines
121 B
PHP
Raw Normal View History

<?php
namespace Targets\TargetDescriptionFiles\Services\Xml\Exceptions;
class XmlParsingException extends \Exception
{}