toastdriven / restless

A lightweight REST miniframework for Python.
http://restless.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
832 stars 107 forks source link

HttpError class constructor bug. Cannot override error msg with argument #125

Open soneiko opened 3 years ago

soneiko commented 3 years ago

https://github.com/toastdriven/restless/blob/661593b7b43c42d1bc508dec795356297991255e/restless/exceptions.py#L36

Should be something like that:

self.msg = msg if msg else self.__class__.msg