Sha256: 87ed94c1d2b01fdfe49ca12eba5ac13eaf86b069c11d82b814611e69229ee276
Contents?: true
Size: 214 Bytes
Versions: 23
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true module Grape module Exceptions class MissingVendorOption < Base def initialize super(message: compose_message(:missing_vendor_option)) end end end end
Version data entries
23 entries across 23 versions & 2 rubygems
Version | Path |
---|---|
grape-1.3.2 | lib/grape/exceptions/missing_vendor_option.rb |
grape-1.3.1 | lib/grape/exceptions/missing_vendor_option.rb |
grape-1.3.0 | lib/grape/exceptions/missing_vendor_option.rb |