mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-22 10:31:18 -04:00
8 lines
152 B
PHP
8 lines
152 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
class StatementException extends IcingaException
|
|
{
|
|
}
|