Skip to content
Snippets Groups Projects
Commit 7a656673 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

WWW::Efa::Error::Setup: document as_string a bit

parent 5f87f2bb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment