class Fluent::Plugin::TailInput::WatcherSetupError

def initialize(msg)

def initialize(msg)
  @message = msg
end

def to_s

def to_s
  @message
end