1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 21:31:18 +01:00
amp/src/UnsupportedFeatureException.php

10 lines
203 B
PHP
Raw Normal View History

<?php
use Interop\Async\EventLoop;
/**
* Must be thrown if an optional feature is not supported by the current driver
* or system.
*/
class UnsupportedFeatureException extends \RuntimeException { }