Sha256: e91675c191b343df1ec4eaac33de14e288473ad90815e3b1e5242d165a087822
Contents?: true
Size: 253 Bytes
Versions: 28
Compression:
Stored size: 253 Bytes
Contents
module ActionDispatch class ClosedError < StandardError #:nodoc: def initialize(kind) super "Cannot modify #{kind} because it was closed. This means it was already streamed back to the client or converted to HTTP headers." end end end
Version data entries
28 entries across 28 versions & 1 rubygems