This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
BookStack
Watch
2
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2024-11-23 07:54:34 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8e01345f14
BookStack
/
app
/
Exceptions
/
HttpFetchException.php
10 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
Apply fixes from StyleCI
2021-06-26 23:23:15 +08:00
<
?
php
namespace
BookStack\Exceptions
;
Added testing for avatar fetching systems & config Abstracts imageservice http interaction. Closes #1193
2018-12-23 23:34:38 +08:00
use
Exception
;
PHPCS related fixes.
2019-01-27 18:29:23 +08:00
class
HttpFetchException
extends
Exception
{
}
Reference in New Issue
Copy Permalink