Sha256: ba32193716dbfb31862aa71672721f227f34d22c1405c976dba7b5861cb65934

Contents?: true

Size: 419 Bytes

Versions: 4

Compression:

Stored size: 419 Bytes

Contents

<?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\Finder\Exception;

/**
 * @author Andreas Erhard <andreas.erhard@i-med.ac.at>
 */
class DirectoryNotFoundException extends \InvalidArgumentException
{
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dependabot-composer-0.112.1 helpers/vendor/symfony/finder/Exception/DirectoryNotFoundException.php
dependabot-composer-0.111.57 helpers/vendor/symfony/finder/Exception/DirectoryNotFoundException.php
dependabot-composer-0.111.56 helpers/vendor/symfony/finder/Exception/DirectoryNotFoundException.php
dependabot-composer-0.111.52 helpers/vendor/symfony/finder/Exception/DirectoryNotFoundException.php