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