1<?php
2
3namespace Negotiation\Exception;
4
5class InvalidHeader extends \RuntimeException implements Exception
6{
7}
8