|
Generic exception class for error codes. Generic exception class for error codes. Located in /classes/E_OTS_ErrorCode.php [line 20] Exception | --E_OTS_ErrorCodeAuthor(s):
|
| Child Class | Description |
|---|---|
| E_OTS_FileLoaderError | Error during reading OTServ binary file. |
| E_OTS_OTBMError | OTBM map loading error. |
| E_OTS_Generic | Generic exception class for general exceptions. |
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From Exception (Internal Class)
|
Inherited From Exception (Internal Class)
|
|
Sets error code.
Sets error code.
Parameters:| int | $code: | Error code. |
| string | $message: | Optional error message. |
| Access: | public |
| Version: | 0.1.2 |
| Since: | 0.0.6 |