master
<?php namespace Async; use Async\RuntimeException; /** * Throws when `Queue::get_nowait()` is called on an **empty** `Queue`. */ class QueueEmpty extends RuntimeException { }