Logo
Explore Help
Register Sign In
starred/BookStack
1
0
Fork 0
You've already forked BookStack
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-02-25 11:19:39 +03:00
Code Issues 784 Packages Projects Releases 14 Wiki Activity
Files
d40a68b41142e4d65dd5fa02e36c01f41e88403d
BookStack/app/Exceptions/ThemeException.php

8 lines
84 B
PHP
Raw Normal View History

Theme: Added handling for functions.php file load error This adds specific handling for functions.php error loading to re-throw errors wrapped in a more descriptive message, to make it clear the error is due to an issue in their functions.php file. Decided to throw and stop, rather than ignore & continue, to be on the safe side in the event auth-level (or other security level) customizations have been made via functions.php. Adds test to cover. Closes #4504
2023-09-12 12:34:02 +01:00
<?php
namespace BookStack\Exceptions;
class ThemeException extends \Exception
{
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 116ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API