Sha256: d0356e6f27de98773f7032d37e7dd8ee3a87a86dc2c799eae11c74e507499bfe

Contents?: true

Size: 190 Bytes

Versions: 27

Compression:

Stored size: 190 Bytes

Contents

module SoberSwag
  module Controller
    ##
    # Error class thrown if you have no body defined,
    # but try to call `parsed_body`.
    class UndefinedBodyError < Error
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
sober_swag-0.8.0 lib/sober_swag/controller/undefined_body_error.rb
sober_swag-0.7.0 lib/sober_swag/controller/undefined_body_error.rb
sober_swag-0.6.0 lib/sober_swag/controller/undefined_body_error.rb
sober_swag-0.5.0 lib/sober_swag/controller/undefined_body_error.rb
sober_swag-0.4.0 lib/sober_swag/controller/undefined_body_error.rb
sober_swag-0.3.0 lib/sober_swag/controller/undefined_body_error.rb
sober_swag-0.2.0 lib/sober_swag/controller/undefined_body_error.rb