for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Adelowo\Cfar;
/**
* @author Lanre Adelowo
*/
class CfarException extends \Exception
{
const INVALID_DECLARATION = "Invalid route declaration";
}