DEBSOURCES
Skip Quicknav
sources / matomo / 5.8.0-1 / core / Scheduler / RetryableException.php
123456789
<?php namespace Piwik\Scheduler; use Piwik\Exception\Exception; class RetryableException extends Exception { }