Your IP : 216.73.217.95


Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/framework/Config/Dom/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/magento/framework/Config/Dom/ValidationException.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/**
 * \Exception that should be thrown by DOM model when incoming xml is not valid.
 */
namespace Magento\Framework\Config\Dom;

/**
 * @api
 * @since 100.0.2
 */
class ValidationException extends \InvalidArgumentException
{
}