Exception: Px4LogReader::FileNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/px4_log_reader/file_not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ FileNotFoundError

Returns a new instance of FileNotFoundError.



36
37
38
# File 'lib/px4_log_reader/file_not_found_error.rb', line 36

def initialize( filename )
  super( "Failed to find '#{filename}'" )
end