Sha256: 38cd05109fb3b4b05c3cb62d56ec5599b4fc36a4cbec38f527d83b3daff06452

Contents?: true

Size: 201 Bytes

Versions: 4

Compression:

Stored size: 201 Bytes

Contents

# encoding: utf-8
module Grape
  module Exceptions
    class MissingGroupTypeError < Base
      def initialize
        super(message: compose_message('missing_group_type'))
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grape-0.14.0 lib/grape/exceptions/missing_group_type.rb
grape-0.13.0 lib/grape/exceptions/missing_group_type.rb
grape-0.12.0 lib/grape/exceptions/missing_group_type.rb
grape-0.11.0 lib/grape/exceptions/missing_group_type.rb