[omega] Compute date spans in days
[xapian.git] / xapian-bindings / perl / Xapian / DatabaseModifiedError.pm
blobdef7066bc833936923a49968795ce0ebe8bfa866
1 package Xapian::DatabaseModifiedError;
3 =head1 NAME
5 Xapian::DatabaseModifiedError - DatabaseModifiedError indicates a database was modified.
7 =head1 DESCRIPTION
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.
14 =cut