Files
librenms-librenms/LibreNMS/Exceptions/JsonAppPollingFailedException.php
Jellyfrog 77c531527c Apply fixes from StyleCI (#12117)
* Apply fixes from StyleCI

* Disable style check
2020-09-21 14:54:51 +02:00

8 lines
104 B
PHP

<?php
namespace LibreNMS\Exceptions;
class JsonAppPollingFailedException extends JsonAppException
{
}