for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Zored\TelegramBundle\Telegram\Command\Exception;
final class WarmUpException extends \RuntimeException
{
public static function becauseNoCurrentUserFound(): self
return new self('No current user found for one of APIs.');
}