for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace kalanis\kw_routed_paths;
/**
* Class RoutedPathsException
* @package kalanis\kw_routed_paths
* When something fails in paths...
*/
class RoutedPathsException extends \Exception
{
}