Sha256: b4d2fe528c0c42fcf91e019dafa28257012dacdbf82412b270577ddae0eca6f8
Contents?: true
Size: 201 Bytes
Versions: 10
Compression:
Stored size: 201 Bytes
Contents
# encoding: utf-8 module Grape module Exceptions class MissingVendorOption < Base def initialize super(message: compose_message(:missing_vendor_option)) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems