master
<?php namespace Async; use Async\CancelledError; class TaskCancelled extends CancelledError { }