sfcod/jobqueue

View on GitHub
Exception/MaxAttemptsExceededException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SfCod\QueueBundle\Exception;

use RuntimeException;

/**
 * Class MaxAttemptsExceededException
 *
 * @author Virchenko Maksim <muslim1992@gmail.com>
 *
 * @package SfCod\JobQueue\Exception
 */
class MaxAttemptsExceededException extends RuntimeException
{
}