symplely/coroutine

View on GitHub
Coroutine/Parallel/Channel/Error/IllegalValue.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace parallel\Channel\Error;

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