Exception: Rack::Stream::DSL::StreamBlockNotDefined
- Inherits:
-
StandardError
- Object
- StandardError
- Rack::Stream::DSL::StreamBlockNotDefined
- Defined in:
- lib/rack/stream/dsl.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ StreamBlockNotDefined
constructor
A new instance of StreamBlockNotDefined.
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( = nil) super("no stream block declared") end |