summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/WWW/Efa/Error/Setup.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/WWW/Efa/Error/Setup.pm b/lib/WWW/Efa/Error/Setup.pm
index e3de3e3..f35dcee 100644
--- a/lib/WWW/Efa/Error/Setup.pm
+++ b/lib/WWW/Efa/Error/Setup.pm
@@ -42,6 +42,14 @@ sub new {
return bless($ref, $obj);
}
+=head1 METHODS
+
+=head2 $error->as_string()
+
+Return the error as string, can directly be displayed to the user
+
+=cut
+
sub as_string {
my ($self) = @_;
my $ret;