# # Exception # class Exception # 15.2.22.4.1 def self.exception(*args, &block) self.new(*args, &block) end end