for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php declare(strict_types=1);
namespace h4kuna\Ares\Exceptions;
final class ConnectionException extends \RuntimeException
{
public static function isDown(): void
throw new static('The Ares probably is overloaded. Repeat request after few minutes.');
}