for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpGitHooks\Module\Configuration\Contract\Exception;
class InvalidToolInterfaceException extends \Exception
{
public function __construct($value)
parent::__construct(sprintf('Invalid tool interface <%s>', $value));
}