mirror of
https://github.com/amphp/parallel.git
synced 2025-07-24 15:01:59 +02:00
6 lines
84 B
PHP
6 lines
84 B
PHP
<?php
|
|
|
|
namespace Amp\Concurrent;
|
|
|
|
class SharedMemoryException extends \Exception {}
|