Sha256: f73a4aa8e9c21de368df94dbe77e4814e085cb86f61cef46b1d8fd15c115c35a
Contents?: true
Size: 236 Bytes
Versions: 22
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true 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
22 entries across 22 versions & 2 rubygems