mirror of
https://github.com/danog/process.git
synced 2024-11-27 04:35:02 +01:00
3f3434ba18
Merged Process and StreamedProcess from amphp/parallel that will now depend on this package.
6 lines
76 B
PHP
6 lines
76 B
PHP
<?php
|
|
|
|
namespace Amp\Process;
|
|
|
|
class ProcessException extends \Exception {}
|