Files

9 lines
105 B
PHP
Raw Permalink Normal View History

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