Exception: Px4LogReader::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Px4LogReader::Error
- Defined in:
- lib/px4_log_reader/error.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message = '') ⇒ Error
constructor
A new instance of Error.
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( ='' ) super( ) end |