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