Sha256: 701239074599e314db5e480738c28052205888ff2316abbf9ccd63e92c7ee78d
Contents?: true
Size: 205 Bytes
Versions: 1
Compression:
Stored size: 205 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-0.6.1 | lib/grape/exceptions/missing_vendor_option.rb |