1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-27 04:44:56 +01:00
parallel/lib/SerializationException.php

6 lines
91 B
PHP
Raw Normal View History

2016-01-23 18:20:58 +01:00
<?php
2016-08-18 18:04:48 +02:00
namespace Amp\Concurrent;
2016-01-23 18:20:58 +01:00
class SerializationException extends ChannelException {}