Method | Description | |
---|---|---|
Throw ( PhpError error, string formatString ) : void | ||
ToErrorMessage ( string exceptionMessage ) : string |
Converts exception message (ending by dot) to error message (not ending by a dot).
|
public static Throw ( PhpError error, string formatString ) : void | ||
error | PhpError | |
formatString | string | |
return | void |
public static ToErrorMessage ( string exceptionMessage ) : string | ||
exceptionMessage | string | The exception message. |
return | string |