PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
| Dir : /proc/thread-self/root/opt/alt/ruby27/share/ruby/irb/lc/ja/ |
| Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 66.29.132.192 |
| Dir : //proc/thread-self/root/opt/alt/ruby27/share/ruby/irb/lc/ja/error.rb |
# -*- coding: utf-8 -*-
# frozen_string_literal: false
# irb/lc/ja/error.rb -
# $Release Version: 0.9.6$
# $Revision$
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
#
#
#
# :stopdoc:
module IRB
class UnrecognizedSwitch < StandardError
def initialize(val)
super("スイッãƒ(#{val})ãŒåˆ†ã‚Šã¾ã›ã‚“")
end
end
class NotImplementedError < StandardError
def initialize(val)
super("`#{val}'ã®å®šç¾©ãŒå¿…è¦ã§ã™")
end
end
class CantReturnToNormalMode < StandardError
def initialize
super("Normalãƒ¢ãƒ¼ãƒ‰ã«æˆ»ã‚Œã¾ã›ã‚“.")
end
end
class IllegalParameter < StandardError
def initialize(val)
super("パラメータ(#{val})ãŒé–“é•ã£ã¦ã„ã¾ã™.")
end
end
class IrbAlreadyDead < StandardError
def initialize
super("Irbã¯æ—¢ã«æ»ã‚“ã§ã„ã¾ã™.")
end
end
class IrbSwitchedToCurrentThread < StandardError
def initialize
super("カレントスレッドã«åˆ‡ã‚Šæ›¿ã‚りã¾ã—ãŸ.")
end
end
class NoSuchJob < StandardError
def initialize(val)
super("ãã®ã‚ˆã†ãªã‚¸ãƒ§ãƒ–(#{val})ã¯ã‚りã¾ã›ã‚“.")
end
end
class CantShiftToMultiIrbMode < StandardError
def initialize
super("multi-irb modeã«ç§»ã‚Œã¾ã›ã‚“.")
end
end
class CantChangeBinding < StandardError
def initialize(val)
super("ãƒã‚¤ãƒ³ãƒ‡ã‚£ãƒ³ã‚°(#{val})ã«å¤‰æ›´ã§ãã¾ã›ã‚“.")
end
end
class UndefinedPromptMode < StandardError
def initialize(val)
super("プãƒãƒ³ãƒ—トモード(#{val})ã¯å®šç¾©ã•れã¦ã„ã¾ã›ã‚“.")
end
end
class IllegalRCGenerator < StandardError
def initialize
super("RC_NAME_GENERATORãŒæ£ã—ã定義ã•れã¦ã„ã¾ã›ã‚“.")
end
end
end
# :startdoc:
# vim:fileencoding=utf-8