Exception: PStream::Error::TsharkNotFound

Inherits:
PStream::Error show all
Defined in:
lib/pstream/error/tshark_not_found.rb

Instance Method Summary collapse

Constructor Details

#initializeTsharkNotFound

Returns a new instance of TsharkNotFound.



2
3
4
# File 'lib/pstream/error/tshark_not_found.rb', line 2

def initialize
    super("Please install tshark!")
end