Exception: Bootloader::InvalidSerialConsoleArguments
- Inherits:
-
BrokenConfiguration
- Object
- RuntimeError
- BrokenConfiguration
- Bootloader::InvalidSerialConsoleArguments
- Defined in:
- src/lib/bootloader/exceptions.rb
Overview
Represents error when serial console arguments are not valid
Constant Summary collapse
- MESSAGE =
"Invalid serial console arguments"
Instance Attribute Summary
Attributes inherited from BrokenConfiguration
Instance Method Summary collapse
-
#initialize(msg = MESSAGE) ⇒ InvalidSerialConsoleArguments
constructor
A new instance of InvalidSerialConsoleArguments.
Constructor Details
#initialize(msg = MESSAGE) ⇒ InvalidSerialConsoleArguments
Returns a new instance of InvalidSerialConsoleArguments.
73 74 75 |
# File 'src/lib/bootloader/exceptions.rb', line 73 def initialize(msg = MESSAGE) super end |