1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 13:21:16 +01:00
amp/lib/AlreadyRunningException.php
2016-05-25 23:24:06 -05:00

6 lines
85 B
PHP

<?php
namespace Amp\Loop;
class AlreadyRunningException extends \LogicException {}