Exception: Px4LogReader::FileNotFoundError
- Defined in:
- lib/px4_log_reader/file_not_found_error.rb
Instance Method Summary collapse
-
#initialize(filename) ⇒ FileNotFoundError
constructor
A new instance of FileNotFoundError.
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 |