1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-22 14:01:14 +01:00
parallel/lib/Context/StatusError.php

8 lines
77 B
PHP
Raw Normal View History

2016-12-29 19:16:04 -06:00
<?php
2016-08-18 11:04:48 -05:00
2017-12-07 21:26:55 -06:00
namespace Amp\Parallel\Context;
2016-08-18 11:04:48 -05:00
2018-10-07 09:50:45 -05:00
class StatusError extends \Error
{
2017-05-18 09:51:31 +02:00
}