jeyroik/extas-workflow

View on GitHub
src/interfaces/workflows/exceptions/states/IExceptionStateMissed.php

Summary

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

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