mirror of
https://github.com/amphp/parallel.git
synced 2025-02-24 06:42:26 +01:00
6 lines
70 B
PHP
6 lines
70 B
PHP
<?php
|
|
|
|
namespace Amp\Concurrent;
|
|
|
|
class StatusError extends \Error {}
|