As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Perl source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 package Xapian::DatabaseOpeningError; 2 3 =head1 NAME 4 5 Xapian::DatabaseOpeningError - DatabaseOpeningError indicates failure to open a database. 6 7 8 =head1 DESCRIPTION 9 10 11 =cut 12 1;