Files
librenms-librenms/LibreNMS/Exceptions/JsonAppPollingFailedException.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
104 B
PHP
Raw Normal View History

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