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