#!/usr/bin/perl -w

=head1 NAME

Debconf::Element::Editor::Error - Just text to display to user.

=cut

package Debconf::Element::Editor::Error;
use strict;
use base qw(Debconf::Element::Editor::Text);

1
