yiicod/yii2-cron

View on GitHub
commands/exceptions/IsRunningException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace yiicod\cron\commands\exceptions;

use Exception;

class IsRunningException extends Exception
{
}