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