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