class Ethon::Errors::InvalidOption

def initialize(option)

def initialize(option)
  super("The option: #{option} is invalid.")
end