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