Exception: Stipa::BadRequest

Inherits:
StandardError
  • Object
show all
Defined in:
lib/stipa/request.rb

Overview

Raised for any HTTP/1.1 protocol violation. Caught by Connection#dispatch and turned into a 400 response. Not a subclass of StandardError to avoid accidental rescue-all clauses catching it — but we keep it as StandardError for practical simplicity.