Sha256: 5b09ae94bc203c59250ad90db52200d41ae6c6c1a5825dafc959becb786dbf2d
Contents?: true
Size: 344 Bytes
Versions: 6
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true module Liam class MessageWithoutValueAttributeError < StandardError def initialize super( <<~MSG.gsub(/\n/, '') Expected to get a message attribute value to initialize the class to process this message, but the value received is invalid. MSG ) end end end
Version data entries
6 entries across 6 versions & 1 rubygems