Description

Parent class for all the HTTP related exceptions in UIM. All HTTP status/error related exceptions should extend this class so catch blocks can be specifically typed. You may also use this as a meaningful bridge to {@link \UIM\Core\Exception\DException}, e.g.: throw new \UIM\Network\Exception\HttpException("HTTP Version Not Supported", 505);

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
boolbool initialize(Json[string] initData = null)
voidvoid header(string headerName, Json headerValue = null)