Method | Description | |
---|---|---|
__toString ( ) : string | Simple magic so you can use the Exception directly as a string, for example in header();. | |
render ( boolean $prependHttp = true ) : string | Render the code and message (in whole or in part) as a valid response status header. |
public __toString ( ) : string | ||
return | string | A fully valid status header |