mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 12:40:32 +09:00
11 lines
132 B
PHP
11 lines
132 B
PHP
<?php
|
|
|
|
namespace Http\Message;
|
|
|
|
/**
|
|
* An interface implemented by all HTTP message related exceptions.
|
|
*/
|
|
interface Exception
|
|
{
|
|
}
|