symplely/coroutine

View on GitHub
Coroutine/Exceptions/TaskCancelled.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Async;

use Async\CancelledError;

class TaskCancelled extends CancelledError
{
}