Exception: PStream::Error::PcapNotReadable

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

Instance Method Summary collapse

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