1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-27 04:44:56 +01:00
parallel/lib/SerializationException.php
2016-08-21 23:40:48 -05:00

6 lines
118 B
PHP

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