shrink0r/workflux

View on GitHub
src/Error/MissingImplementation.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Workflux\Error;

use RuntimeException;
use Workflux\Error\ErrorInterface;

class MissingImplementation extends RuntimeException implements ErrorInterface
{

}