Stratadox/TableLoader

View on GitHub
contracts/Loader/CannotIdentifyEntity.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Stratadox\TableLoader\Loader;

/**
 * Notifies client code that the entity could not be identified.
 *
 * @author Stratadox
 */
interface CannotIdentifyEntity extends CannotLoadTable
{
}