mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Update LibreNMS exception output Use built-in laravel exception rendering. DuskUnsafeExcpetion is triggered before Blade(view) is booted, so, try to boot it * Cleaner blade registration * Change 500 error page to generic LibreNMS error page. * Handle generic exceptions from laravel better. * Custome LdapMissingException * Cleanup, don't need to override convertExceptionToResponse anymore * Update unauthenticated code to current upstream style * UpgradableException interface * LdapMissingException extend AuthenticationException * Code climate cleanups * Fix code style