summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Exception/StatementException.php
blob: 7501c86a991e91361ab6007aeeeb3c1a6f8e0a25 (plain)
1
2
3
4
5
6
7
8
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */

namespace Icinga\Exception;

class StatementException extends IcingaException
{
}