Auth_OpenID_ServerError::toString PHP Méthode

toString() public méthode

Returns this error message.
public toString ( )
    function toString()
    {
        if ($this->text) {
            return $this->text;
        } else {
            return get_class($this) . " error";
        }
    }