Files

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

8 lines
85 B
PHP
Raw Permalink Normal View History

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