Exception: Bootloader::InvalidSerialConsoleArguments

Inherits:
BrokenConfiguration show all
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

#reason

Instance Method Summary collapse

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