1: <?php
2:
3: /*
4: * This file is part of the library "QRPlatba".
5: *
6: * (c) Dennis Fridrich <fridrich.dennis@gmail.com>
7: *
8: * For the full copyright and license information,
9: * please view LICENSE.
10: */
11:
12: namespace Defr\QRPlatba;
13:
14: /**
15: * Class QRPlatbaException.
16: */
17: class QRPlatbaException extends \Exception
18: {
19: }
20: