Sha256: b6d096aa3311c72a2b19e1164b17919c54103e2d7139a90313184abdf3f3ec5a

Contents?: true

Size: 169 Bytes

Versions: 1

Compression:

Stored size: 169 Bytes

Contents

# frozen_string_literal: true

require "train"

# Allow us to raise F5 specific exceptions
module TrainPlugins
  module F5
    class Error < Train::Error; end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
train-f5-0.1.1 lib/train-f5/error.rb