1package Xapian::DatabaseModifiedError;
2
3=head1 NAME
4
5Xapian::DatabaseModifiedError -  DatabaseModifiedError indicates a database was modified.
6
7=head1 DESCRIPTION
8
9  To recover after catching this error, you need to call
10  Xapian::Database::reopen() on the Database and repeat the operation
11  which failed.
12
13
14=cut
151;
16