1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-03 10:07:49 +01:00
parallel/lib/Sync/SerializationException.php

8 lines
95 B
PHP
Raw Normal View History

2016-12-30 02:16:04 +01:00
<?php
2016-08-18 18:04:48 +02:00
namespace Amp\Parallel\Sync;
2016-01-23 18:20:58 +01:00
2018-10-07 16:50:45 +02:00
class SerializationException extends ChannelException
{
2017-05-18 09:51:31 +02:00
}