# Исключения HttpSoft\Emitter
Классы исключений пакета HttpSoft\Emitter.
# HttpSoft\Emitter\Exception\HeadersAlreadySentException
Если заголовки уже были отправлены, будет брошено исключение HttpSoft\Emitter\Exception\HeadersAlreadySentException.
throw HttpSoft\Emitter\Exception\HeadersAlreadySentException::create(); # HttpSoft\Emitter\Exception\OutputAlreadySentException
Если вывод был отправлен ранее, будет брошено исключение HttpSoft\Emitter\Exception\OutputAlreadySentException.
throw HttpSoft\Emitter\Exception\OutputAlreadySentException::create(); 