You are here

NoSuchMetadataException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/symfony/validator/Exception/NoSuchMetadataException.php

File

vendor/symfony/validator/Exception/NoSuchMetadataException.php
View source
<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace Symfony\Component\Validator\Exception;


/**
 * @author Bernhard Schussek <bschussek@gmail.com>
 */
class NoSuchMetadataException extends ValidatorException {

}

Classes

Namesort descending Description
NoSuchMetadataException @author Bernhard Schussek <bschussek@gmail.com>