1: <?php 2: 3: namespace Deimos\Route\Exceptions; 4: 5: class PathNotFound extends \Exception 6: { 7: 8: }