Documentation

Http_Exception extends Exception
in package

The Http_Exception class represents an HTTP response status that is not 200 OK.

Table of Contents

BAD_REQUEST  = 400
CONFLICT  = 409
GATEWAY_TIMEOUT  = 504
INTERNAL_ERROR  = 500
NOT_ALLOWED  = 405
NOT_FOUND  = 404
NOT_MODIFIED  = 304
PRECONDITION_FAILED  = 412
SERVICE_UNAVAILABLE  = 503

Constants

Search results