Sha256: c80148d7ab3b05be14381d39a85d66aa4e4e3468dc0072a94509b89f3702fcfe
Contents?: true
Size: 248 Bytes
Versions: 10
Compression:
Stored size: 248 Bytes
Contents
# encoding: utf-8 module Grape module Exceptions class InvalidFormatter < Base def initialize(klass, to_format) super(message: compose_message(:invalid_formatter, klass: klass, to_format: to_format)) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems