1<?php
2
3namespace LibreNMS\Exceptions;
4
5class JsonAppPollingFailedException extends JsonAppException
6{
7}
8