SproutCMS

This is the code documentation for the SproutCMS project

class Kohana_404_Exception

Creates a Page Not Found exception.

Source code (7 results)

/sprout/Controllers/Admin/FileAdminController.php   Highlighted file source

Line 19: use Kohana_404_Exception;
Line 574: throw new Kohana_404_Exception();
Line 1385: throw new Kohana_404_Exception();

/sprout/Controllers/AdminController.php   Highlighted file source

Line 22: use Kohana_404_Exception;
Line 84: throw new Kohana_404_Exception();
Line 2143: throw new Kohana_404_Exception();

/sprout/Controllers/DbToolsController.php   Highlighted file source

Line 26: use Kohana_404_Exception;
Line 1338: throw new Kohana_404_Exception($tempfile);
Line 2270: $conditions[] = ['class_name', '!=', 'Kohana_404_Exception'];
Line 2445: throw new Kohana_404_Exception();

/sprout/Controllers/FileController.php   Highlighted file source

Line 19: use Kohana_404_Exception;
Line 60: throw new Kohana_404_Exception($filename);
Line 310: throw new Kohana_404_Exception($filename);
Line 319: throw new Kohana_404_Exception($filename);

/sprout/Controllers/MultiStepFormController.php   Highlighted file source

Line 18: use Kohana_404_Exception;
Line 82: throw new Kohana_404_Exception();
Line 137: if (!$handler_function) throw new Kohana_404_Exception();

/sprout/Controllers/PageController.php   Highlighted file source

Line 19: use Kohana_404_Exception;
Line 63: throw new Kohana_404_Exception('"' . $name . '"');
Line 82: throw new Kohana_404_Exception('"' . $name . '"');
Line 128: throw new Kohana_404_Exception("Page # {$id}");
Line 195: throw new Kohana_404_Exception("Page # {$page_id}, rev # {$rev_id}");

/sprout/core/Kohana.php   Highlighted file source

Line 641: * @throws Kohana_404_Exception
Line 648: throw new Kohana_404_Exception($page);
Line 814: if ($exception instanceof Kohana_404_Exception
Line 1610: class Kohana_404_Exception extends Kohana_Exception

A total of 26 lines in 7 files were found