Sha256: 3b64af4e2687ab0a06da20c9941ed4761955a677e4b34ebd5cd137f8799474c9

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

module Embulk
  if java?
    config_exception = org.embulk.config.ConfigException
  else
    config_exception = StandardError
  end

  class ConfigError < config_exception
  end

  class PluginLoadError < StandardError
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-0.6.22 lib/embulk/error.rb