Exception: PStream::Error::PcapNotFound
- Inherits:
-
PStream::Error
- Object
- RuntimeError
- PStream::Error
- PStream::Error::PcapNotFound
- Defined in:
- lib/pstream/error/pcap_not_found.rb
Instance Method Summary collapse
-
#initialize(pcap) ⇒ PcapNotFound
constructor
A new instance of PcapNotFound.
Constructor Details
#initialize(pcap) ⇒ PcapNotFound
Returns a new instance of PcapNotFound.
2 3 4 |
# File 'lib/pstream/error/pcap_not_found.rb', line 2 def initialize(pcap) super("File not found: #{pcap}") end |