Commit 04f74c9c authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Add documentation to Exception

parent ac219754
##
# Exception
#
# Exception
#
# ISO 15.2.22
class Exception
# 15.2.22.4.1
##
# Raise an exception.
#
# ISO 15.2.22.4.1
def self.exception(*args, &block)
self.new(*args, &block)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment