Sha256: ebab68c01ad7b050948b49bad7d09469e11eb186d079daa8696920c0fb5192e2
Contents?: true
Size: 500 Bytes
Versions: 24
Compression:
Stored size: 500 Bytes
Contents
package org.embulk.cli; public final class EmbulkCommandLineException extends RuntimeException { protected EmbulkCommandLineException() { super(); } public EmbulkCommandLineException(final String message) { super(message); } public EmbulkCommandLineException(final Throwable cause) { super(cause); } public EmbulkCommandLineException(final String message, final Throwable cause) { super(message, cause); } }
Version data entries
24 entries across 24 versions & 1 rubygems