Sha256: ba8dcc8cd83a1248e71b58f0d1d93c730ab29926b7f910c980300f5c42294142
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
# encoding: utf-8 module Grape module Exceptions class InvalidWithOptionForRepresent < Base def initialize super(message: compose_message("invalid_with_option_for_represent")) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-0.6.1 | lib/grape/exceptions/invalid_with_option_for_represent.rb |