1
0
mirror of https://github.com/danog/process.git synced 2024-11-27 04:35:02 +01:00
process/lib/StatusError.php
Aaron Piotrowski 3f3434ba18 Refactor for Amp v2
Merged Process and StreamedProcess from amphp/parallel that will now depend on this package.
2017-01-11 12:25:52 -06:00

6 lines
67 B
PHP

<?php
namespace Amp\Process;
class StatusError extends \Error {}