Blame | Letzte Änderung | Log anzeigen | RSS feed
<?phpnamespace Doctrine\Common\Cache\Psr6;use InvalidArgumentException;use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;/*** @internal*/final class InvalidArgument extends InvalidArgumentException implements PsrInvalidArgumentException{}