symplely/coroutine

View on GitHub
Coroutine/Fiber/FiberExit.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Async;

/**
 * Exception thrown when destroying a fiber. This exception cannot be caught by user code.
 */
final class FiberExit extends \Exception
{
}