class Px4LogReader::FileNotFoundError

Public Class Methods

new( filename ) click to toggle source
Calls superclass method Px4LogReader::Error::new
# File lib/px4_log_reader/file_not_found_error.rb, line 36
def initialize( filename )
        super( "Failed to find '#{filename}'" )
end