Sha256: daed7f613d57ed59465ad665d120bd792e007e9242526d2933caf7586cd76989
Contents?: true
Size: 238 Bytes
Versions: 4
Compression:
Stored size: 238 Bytes
Contents
# encoding: utf-8 module Grape module Exceptions class InvalidVersionerOption < Base def initialize(strategy) super(message: compose_message("invalid_versioner_option", strategy: strategy)) end end end end
Version data entries
4 entries across 4 versions & 2 rubygems