Revision 79589f25 lib/http/__init__.py

b/lib/http/__init__.py
231 231
  code = 412
232 232

  
233 233

  
234
class HttpInternalError(HttpException):
234
class HttpInternalServerError(HttpException):
235 235
  """500 Internal Server Error
236 236

  
237 237
  RFC2616, 10.5.1: The server encountered an unexpected condition which

Also available in: Unified diff