1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 17:52:14 +01:00
parallel/lib/Sync/SharedMemoryException.php
2017-05-18 09:51:31 +02:00

7 lines
88 B
PHP

<?php
namespace Amp\Parallel\Sync;
class SharedMemoryException extends \Exception {
}