1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-04 02:27:55 +01:00
parallel/lib/ContextException.php
2016-08-21 23:40:48 -05:00

6 lines
106 B
PHP

<?php declare(strict_types = 1);
namespace Amp\Concurrent;
class ContextException extends \Exception {}