mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 23:08:22 -05:00
Add error code for VModhash errors.
This commit is contained in:
@@ -107,6 +107,7 @@ error_list = dict((
|
||||
('BAD_IMAGE', _('image problem')),
|
||||
('DEVELOPER_ALREADY_ADDED', _('already added')),
|
||||
('TOO_MANY_DEVELOPERS', _('too many developers')),
|
||||
('BAD_HASH', _("i don't believe you.")),
|
||||
))
|
||||
errors = Storage([(e, e) for e in error_list.keys()])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user