Buckets:
ktongue/docker_container / SGAE /vendor /phpunit /php-code-coverage /src /Exception /WriteOperationFailedException.php
| declare(strict_types=1); | |
| /* | |
| * This file is part of phpunit/php-code-coverage. | |
| * | |
| * (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 SebastianBergmann\CodeCoverage\Driver; | |
| use function sprintf; | |
| use RuntimeException; | |
| use SebastianBergmann\CodeCoverage\Exception; | |
| final class WriteOperationFailedException extends RuntimeException implements Exception | |
| { | |
| public function __construct(string $path) | |
| { | |
| parent::__construct(sprintf('Cannot write to "%s"', $path)); | |
| } | |
| } | |
Xet Storage Details
- Size:
- 631 Bytes
- Xet hash:
- 0dfe9f2342529e57b3abd19d130ac7ce2851f0dc8bc7f4c351382f2e4306d884
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.