An exception for terminatinating execution or to throw for unit testing.
The MessageInterface is the base interface that's used by both the RequestInterface and ResponseInter...
This interface represents a HTTP response.
getStatus()
Returns the current HTTP status code.
getStatusText()
Returns the human-readable status string.
setStatus($status)
Sets the HTTP status code.