site-accueil-insa/matomo/core/Scheduler/RetryableException.php

9 lines
114 B
PHP

<?php
namespace Piwik\Scheduler;
use Piwik\Exception\Exception;
class RetryableException extends Exception
{
}