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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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;