http\Response
[mdref/mdref-http] / http / Object.md
1 # abstract class http\Object
2
3 The http\Object class provides an error handling foundation for the rest of the http extension's framwework.
4
5 ## Constants:
6
7 * EH_NORMAL
8 Normal error handling.
9 * EH_SUPPRESS
10 Suppress errors.
11 * EH_THROW
12 Throw exceptions on errors.
13
14 ## Properties:
15
16 * static protected $defaultErrorHandling = NULL
17 Static default error handling.
18 * protected $errorHandling = NULL
19 Per instance error handling.