?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/modules/ps_mbo/vendor/php-http/discovery/src/



?? Go up: /home/webdevt/www/schtroumpf.fr/modules/ps_mbo/vendor/php-http/discovery

?? Viewing: Exception.php

<?php

namespace Http\Discovery;

use Throwable;

/**
 * An interface implemented by all discovery related exceptions.
 *
 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
 */
interface Exception extends Throwable
{
}


??

??