addException() addException(\Throwable $exception) : void Add an exception the shared memory. Parameters \Throwable $exception The exception instance to add
getExceptions() getExceptions() : array<mixed,\Throwable> Get all the exceptions added to the shared memory. Returns array<mixed,\Throwable>
unserialize() unserialize(resource $memory) : array<mixed,\Throwable> Get the exception details out of shared memory. Parameters resource $memory The shmop resource from shmop_open() Returns array<mixed,\Throwable>