librenms/LibreNMS/Exceptions/JsonAppException.php

9 lines
86 B
PHP
Raw Normal View History

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