for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Coderello\Laraflash\Exceptions;
class InvalidHopsAmountException extends InvalidArgumentException
{
public function __construct()
$this->message = 'Invalid hops amount.';
}