xref: /plugin/statistics/IgnoreException.php (revision c5d2f05240833cce45282f90fc1b6406c14249d8)
1*c5d2f052SAndreas Gohr<?php
2*c5d2f052SAndreas Gohr
3*c5d2f052SAndreas Gohrnamespace dokuwiki\plugin\statistics;
4*c5d2f052SAndreas Gohr
5*c5d2f052SAndreas Gohrclass IgnoreException extends \RuntimeException
6*c5d2f052SAndreas Gohr{
7*c5d2f052SAndreas Gohr}
8