symplely/coroutine

View on GitHub
Coroutine/Parallel/Future/Error.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace parallel\Future;

/**
 * @codeCoverageIgnore
 */
class Error extends \Error
{
}