Sha256: 50bdf6ff77af7f637066990854b5d8cbfe1aa5c6a32c0181bee12c979922656d
Contents?: true
Size: 463 Bytes
Versions: 40
Compression:
Stored size: 463 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\Filesystem\Exception; /** * @author Christian Flothmann <christian.flothmann@sensiolabs.de> */ class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface { }
Version data entries
40 entries across 40 versions & 1 rubygems