marcosh/fundic

View on GitHub
src/DataStructure/Result/NotFound.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Fundic\DataStructure\Result;

interface NotFound
{
}