summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/library/Monitoring/Exception/CurlException.php
blob: 01757af4c09a87e9e2a96ec516c76b2084f5efed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/* Icinga Web 2 | (c) 2017 Icinga Development Team | GPLv2+ */

namespace Icinga\Module\Monitoring\Exception;

use Icinga\Exception\IcingaException;

/**
 * Exception thrown if {@link curl_exec()} fails
 */
class CurlException extends IcingaException
{
}