Files
librenms-librenms/LibreNMS/Exceptions/JsonAppException.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
85 B
PHP

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