Sha256: 7e09185cc6ebc844d32198ef9fbf4f32a640d548a9263986c0099ff98d05a63f
Contents?: true
Size: 199 Bytes
Versions: 4
Compression:
Stored size: 199 Bytes
Contents
module MightyGrid module Exceptions #:nodoc: class ArgumentError < ::ArgumentError #:nodoc: def initialize(str) #:nodoc: super("MightyGrid: #{str}") end end end end
Version data entries
4 entries across 4 versions & 1 rubygems