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