class Fluent::Plugin::TailInput::WatcherSetupError
Public Class Methods
new(msg)
click to toggle source
# File lib/fluent/plugin/in_tail.rb, line 38 def initialize(msg) @message = msg end
Public Instance Methods
to_s()
click to toggle source
# File lib/fluent/plugin/in_tail.rb, line 42 def to_s @message end