Stratadox/IdentityMap

View on GitHub
contracts/AlreadyThere.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Stratadox\IdentityMap;

use Throwable;

interface AlreadyThere extends Throwable
{
}