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: * Pancake Exceptions.<br />Thrown by ALL \Pancake classes when something goes wrong.
19: */
20: class PancakeException extends \Exception {
21:
22: }
23: