1
0
mirror of https://github.com/danog/ipc.git synced 2024-11-27 04:24:48 +01:00
ipc/lib/Sync/SynchronizationError.php

8 lines
78 B
PHP
Raw Normal View History

2020-02-14 20:31:11 +01:00
<?php
namespace Amp\Ipc\Sync;
class SynchronizationError extends \Error
{
}