Exception: Tracee::Stream::TargetError
- Defined in:
- lib/tracee/stream.rb
Instance Method Summary collapse
-
#initialize(message = 'A target must be IO | String | Hash{<level name> => <level log file path | IO>, ... } | Hash{:cascade => <level log file path pattern with "level" key>}') ⇒ TargetError
constructor
A new instance of TargetError.
Constructor Details
#initialize(message = 'A target must be IO | String | Hash{<level name> => <level log file path | IO>, ... } | Hash{:cascade => <level log file path pattern with "level" key>}') ⇒ TargetError
Returns a new instance of TargetError.
7 |
# File 'lib/tracee/stream.rb', line 7 def initialize(='A target must be IO | String | Hash{<level name> => <level log file path | IO>, ... } | Hash{:cascade => <level log file path pattern with "level" key>}', *) super end |