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 JuntyFileNotFound extends \Exception
{
public function __construct()
parent::__construct('\'juntyfile.php\' not found in your application root.');
}