Exception: PStream::Error::PcapNotFound

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

Instance Method Summary collapse

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