for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Junty
*
* @author Gabriel Jacinto aka. GabrielJMJ <[email protected]>
* @license MIT License
*/
namespace Junty\Exception;
final class InvalidJuntyFileReturn extends \Exception
{
public function __construct()
parent::__construct('\'juntyfile.php\' must return an instance of Junty\RunnerInterface.');
}