1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-06 04:38:21 +01:00
parallel/lib/SynchronizationError.php
2016-08-21 23:40:48 -05:00

6 lines
106 B
PHP

<?php declare(strict_types = 1);
namespace Amp\Concurrent;
class SynchronizationError extends \Error {}