Stratadox/TableLoader

View on GitHub
contracts/Builder/CannotMakeTableMapping.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Stratadox\TableLoader\Builder;

use Throwable;

/**
 * Notifies the client code that the table mapping could not be produced.
 *
 * @author Stratadox
 */
interface CannotMakeTableMapping extends Throwable
{
}