libphonenumber\NumberParseException::__construct PHP Method

__construct() public method

public __construct ( $errorType, $message, $previous = null )
    public function __construct($errorType, $message, $previous = null)
    {
        parent::__construct($message, $errorType, $previous);
        $this->message = $message;
        $this->errorType = $errorType;
    }