This website requires JavaScript.
Explore
Help
Sign In
colin
/
bookstack
Watch
1
Star
0
Fork
You've already forked bookstack
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ac3ba594a4
bookstack
/
app
/
Exceptions
/
PrettyException.php
7 lines
85 B
PHP
Raw
Normal View
History
Unescape
Escape
Updated app requirements & Added some friendlier errors
2016-02-04 04:52:25 +08:00
<
?
php
namespace
BookStack\Exceptions
;
Set /app PHP code to PSR-2 standard Also adde draw.io to attribution list. Closes #649
2018-01-29 00:58:52 +08:00
class
PrettyException
extends
\Exception
{
}