Exception: Tracee::Stream::TargetError

Inherits:
TypeError
  • Object
show all
Defined in:
lib/tracee/stream.rb

Instance Method Summary collapse

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(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>}', *) super end