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