Files
parallel/lib/SerializationException.php
Aaron Piotrowski 71f8d2016d Drop strict types
2016-12-29 19:16:04 -06:00

6 lines
89 B
PHP

<?php
namespace Amp\Parallel;
class SerializationException extends ChannelException {}