Exception: PStream::Error::TsharkNotFound
- Inherits:
-
PStream::Error
- Object
- RuntimeError
- PStream::Error
- PStream::Error::TsharkNotFound
- Defined in:
- lib/pstream/error/tshark_not_found.rb
Instance Method Summary collapse
-
#initialize ⇒ TsharkNotFound
constructor
A new instance of TsharkNotFound.
Constructor Details
#initialize ⇒ TsharkNotFound
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 |