File: bad_request.rb

package info (click to toggle)
ruby-rack 3.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,576 kB
  • sloc: ruby: 15,492; sh: 12; makefile: 7; javascript: 1
file content (8 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Rack
  # Represents a 400 Bad Request error when input data fails to meet the
  # requirements.
  module BadRequest
  end
end