for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bencagri\Artisan\Deployer\Exception;
class InvalidConfigurationException extends \InvalidArgumentException
{
public function __construct(string $message)
parent::__construct($message);
}