This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
pvlking
/
zfbox
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
4
Branches
0
Tags
120 MiB
Tree:
0bdc57a783
detached
master
master-one-c-one-t
zfbox
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0bdc57a783'
${ noResults }
zfbox
/
web
/
common
/
errors.py
4 lines
88 B
Raw
Normal View
History
test
10 months ago
from
quart
import
jsonify
def
handle_error
(
e
)
:
return
jsonify
(
{
'
error
'
:
str
(
e
)
}
)
,
500