Exception: Px4LogReader::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/px4_log_reader/error.rb

Direct Known Subclasses

FileNotFoundError, InvalidDescriptorError

Instance Method Summary collapse

Constructor Details

#initialize(message = '') ⇒ Error

Returns a new instance of Error.



37
38
39
# File 'lib/px4_log_reader/error.rb', line 37

def initialize( message='' )
	super( message )
end