D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
nunomaduro
/
collision
/
src
/
Exceptions
/
Filename :
TestOutcome.php
back
Copy
<?php declare(strict_types=1); namespace NunoMaduro\Collision\Exceptions; use PHPUnit\Framework\Exception; /** * @internal */ final class TestOutcome extends Exception { // ... }