<?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 { }