Pandabot/vendor/danog/ipc/lib/Sync/SerializationException.php

7 lines
109 B
PHP
Executable file

<?php declare(strict_types=1);
namespace Amp\Ipc\Sync;
class SerializationException extends \Exception
{
}