Sha256: 67d18e161abf2c69178abd12193e04df6aa37733abe3ef3296a4f7b280a6d53c
Contents?: true
Size: 347 Bytes
Versions: 5
Compression:
Stored size: 347 Bytes
Contents
package org.embulk.output.multi; class PluginExecutionException extends RuntimeException { private final OutputPluginDelegate plugin; PluginExecutionException(OutputPluginDelegate plugin, Throwable cause) { super(cause); this.plugin = plugin; } OutputPluginDelegate getPlugin() { return plugin; } }
Version data entries
5 entries across 5 versions & 1 rubygems