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