Files
FHeD/vendor/php-http/message/src/Exception.php
Luke Tainton 75f1dde336 📈 Install Sentry
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-08-05 18:45:39 +01:00

11 lines
132 B
PHP

<?php
namespace Http\Message;
/**
* An interface implemented by all HTTP message related exceptions.
*/
interface Exception
{
}