1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 09:57:51 +01:00
amp/src/UnsupportedFeatureException.php

13 lines
194 B
PHP
Raw Normal View History

<?php
use Interop\Async;
/**
* Must be thrown if an optional feature is not supported by the current driver
* or system.
*/
2016-05-16 11:33:58 +02:00
class UnsupportedFeatureException extends \RuntimeException
{
}