9 行
114 B
PHP
9 行
114 B
PHP
<?php
|
|
|
|
namespace Piwik\Scheduler;
|
|
|
|
use Piwik\Exception\Exception;
|
|
|
|
class RetryableException extends Exception
|
|
{
|
|
}
|