summaryrefslogtreecommitdiff
path: root/lib/irb/ext/loader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/ext/loader.rb')
-rw-r--r--lib/irb/ext/loader.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/irb/ext/loader.rb b/lib/irb/ext/loader.rb
index 26a3203676..2058a2fa29 100644
--- a/lib/irb/ext/loader.rb
+++ b/lib/irb/ext/loader.rb
@@ -10,7 +10,8 @@
#
-module IRB
+module IRB # :nodoc:
+ # Raised in the event of an exception in a file loaded from an Irb session
class LoadAbort < Exception;end
module IrbLoader