Sha256: e8e241fe8614c1db6e8a4d09b8b6604b092619898153798ccc1d1b36cd851a9c

Contents?: true

Size: 283 Bytes

Versions: 8

Compression:

Stored size: 283 Bytes

Contents

module Pione
  module Tuple
    class ExceptionTuple < BasicTuple
      # exception notifier from agents
      #   uuid  : uuid of the agent who happened the exception
      #   value : exception object
      define_format [:exception, :uuid, :agent_type, :value]
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pione-0.2.2 lib/pione/tuple/exception-tuple.rb
pione-0.2.1 lib/pione/tuple/exception-tuple.rb
pione-0.2.0 lib/pione/tuple/exception-tuple.rb
pione-0.1.4 lib/pione/tuple/exception-tuple.rb
pione-0.1.3 lib/pione/tuple/exception-tuple.rb
pione-0.1.2 lib/pione/tuple/exception-tuple.rb
pione-0.1.1 lib/pione/tuple/exception-tuple.rb
pione-0.1.0 lib/pione/tuple/exception-tuple.rb