1: <?php
2: /**
3: * Pancake
4: *
5: * A simple, fast, self-hosted invoicing application
6: *
7: * @package Pancake
8: * @author Pancake Dev Team
9: * @copyright Copyright (c) 2014, Pancake Payments
10: * @license http://pancakeapp.com/license
11: * @link http://pancakeapp.com
12: * @since Version 4.1.20
13: */
14:
15: namespace Pancake;
16:
17: /**
18: * Navigation Exceptions.<br />Thrown by \Pancake\Navigation when something goes wrong with configuring navigation settings.
19: *
20: * @category Navigation
21: */
22: class NavigationException extends PancakeException {
23:
24: }