AppserverIo\Appserver\ServletEngine\Utils\Error::getMessage PHP Method

getMessage() public method

Return's the error message.
public getMessage ( ) : integer
return integer The error message
    public function getMessage()
    {
        return $this->message;
    }