for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TreeHouse\QueueBundle\Consumer\Limiter;
class LimitReachedException extends \RuntimeException
{
/**
* @param string $message
*
* @return LimitReachedException
*/
public static function withMessage($message)
return new self($message);
}