Q. Which keyword is used to raise an exception in Ruby? (A) throw (B) raise (C) catch (D) error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) raise Explanation: The raise keyword is used to throw an exception.