1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-02 09:37:57 +01:00
parallel/lib/Sync/SerializationException.php
2018-10-24 22:49:01 -05:00

8 lines
89 B
PHP

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