# File lib/nanite/serializer.rb, line 9 def initialize(action, packet, serializers, msg = nil) @action, @packet = action, packet msg = ":\n#{msg}" if msg && !msg.empty? super("Could not #{action} #{packet.inspect} using #{serializers.inspect}#{msg}") end