class Fluent::Plugin::TailInput::WatcherSetupError

Public Class Methods

new(msg) click to toggle source
# File lib/fluent/plugin/in_tail.rb, line 42
def initialize(msg)
  @message = msg
end

Public Instance Methods

to_s() click to toggle source
# File lib/fluent/plugin/in_tail.rb, line 46
def to_s
  @message
end