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