symplely/coroutine

View on GitHub
Coroutine/Fiber/FiberError.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Async;

/**
 * Exception thrown due to invalid fiber actions, such as resuming a terminated fiber.
 */
final class FiberError extends \Error
{
}