xref: /dokuwiki/inc/Search/Exception/IndexWriteException.php (revision a32da6dda625a55bd713657b22f3ab332757fca6)
1<?php
2
3namespace dokuwiki\Search\Exception;
4
5class IndexWriteException extends SearchException
6{
7}
8