libphonenumber\NumberParseException::__toString PHP Méthode

__toString() public méthode

public __toString ( )
    public function __toString()
    {
        return "Error type: " . $this->errorType . ". " . $this->message;
    }