Exception: Fluent::Plugin::TailInput::WatcherSetupError
- Inherits:
-
StandardError
- Object
- StandardError
- Fluent::Plugin::TailInput::WatcherSetupError
- Defined in:
- lib/fluent/plugin/in_tail.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ WatcherSetupError
constructor
A new instance of WatcherSetupError.
- #to_s ⇒ Object
Constructor Details
#initialize(msg) ⇒ WatcherSetupError
Returns a new instance of WatcherSetupError.
42 43 44 |
# File 'lib/fluent/plugin/in_tail.rb', line 42 def initialize(msg) @message = msg end |
Instance Method Details
#to_s ⇒ Object
46 47 48 |
# File 'lib/fluent/plugin/in_tail.rb', line 46 def to_s @message end |