1: <?php
2:
3: namespace Mypos\IPC;
4:
5: class IPC_Exception extends \Exception
6: {
7: #TODO
8: }
9: