symplely/coroutine

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace parallel\Future\Error;

class Cancelled extends \Error
{
}