symplely/coroutine

View on GitHub
Coroutine/Exceptions/TaskError.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Async;

interface TaskError extends \Throwable
{
}