Exception: Rack::Stream::DSL::StreamBlockNotDefined

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rack/stream/dsl.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ StreamBlockNotDefined

Returns a new instance of StreamBlockNotDefined.



84
85
86
# File 'lib/rack/stream/dsl.rb', line 84

def initialize(message = nil)
  super("no stream block declared")
end