Sha256: 1933445d340bbc59fb32e94457cb7639a49d0e967c39344bd34bc4d98c52dffe
Contents?: true
Size: 248 Bytes
Versions: 7
Compression:
Stored size: 248 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
7 entries across 7 versions & 1 rubygems