Method | Description | |
---|---|---|
ErrorHandler ( |
||
ThrowError ( ErrorType errorType, string message ) : |
Throws an error with the given ErrorType and error message.
|
|
ThrowError ( |
Throws an error with the given error object.
|
Method | Description | |
---|---|---|
Clean ( ) : void |
public ErrorHandler ( |
||
processor | ||
return | Pokemon3D.Scripting.Types |
public ThrowError ( ErrorType errorType, string message ) : |
||
errorType | ErrorType | |
message | string | |
return |
public ThrowError ( |
||
errorObject | ||
return |