jeyroik/extas-workflow

View on GitHub
src/interfaces/workflows/exceptions/schemas/IExceptionSchemaMissed.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace extas\interfaces\workflows\exceptions\schemas;

/**
 * Interface IExceptionSchemaMissed
 *
 * @package extas\interfaces\workflows\exceptions\schemas
 * @author jeyroik@gmail.com
 */
interface IExceptionSchemaMissed extends \Throwable
{
}