PHP 8.2.30
Preview: UnknownClassOrInterfaceException.php Size: 808 B
/home/byroehnu/easetack.com/vendor/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php

<?php declare(strict_types=1);
/*
 * This file is part of PHPUnit.
 *
 * (c) Sebastian Bergmann <sebastian@phpunit.de>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace PHPUnit\Framework;

use function sprintf;

/**
 * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
 *
 * @internal This class is not covered by the backward compatibility promise for PHPUnit
 */
final class UnknownClassOrInterfaceException extends InvalidArgumentException
{
    public function __construct(string $name)
    {
        parent::__construct(
            sprintf(
                'Class or interface "%s" does not exist',
                $name,
            ),
        );
    }
}

Directory Contents

Dirs: 3 × Files: 15

Name Size Perms Modified Actions
- drwxrwxrwx 2025-05-16 16:14:49
Edit Download
- drwxrwxrwx 2025-05-16 16:14:49
Edit Download
Skipped DIR
- drwxrwxrwx 2025-05-16 16:14:49
Edit Download
726 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
538 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
558 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
2.71 KB lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
1.26 KB lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
876 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
550 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
563 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
551 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
583 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
548 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
1.69 KB lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
548 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
808 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download
780 B lrw-rw-rw- 2025-04-08 07:59:11
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).