# File lib/ethon/errors/invalid_option.rb, line 6
      def initialize(option)
        super("The option: #{option} is invalid.")
      end