summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mrblib/error.rb11
1 files changed, 8 insertions, 3 deletions
diff --git a/mrblib/error.rb b/mrblib/error.rb
index 88da1825c..5660d8235 100644
--- a/mrblib/error.rb
+++ b/mrblib/error.rb
@@ -1,8 +1,13 @@
+##
+# 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