SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail
Current File : /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/irb/lc//error.rb
# frozen_string_literal: false
#
# irb/lc/error.rb -
# $Release Version: 0.9.6$
# $Revision$
# by Keiju ISHITSUKA([email protected])
#
# --
#
#
#
# :stopdoc:
module IRB
class UnrecognizedSwitch < StandardError
def initialize(val)
super("Unrecognized switch: #{val}")
end
end
class NotImplementedError < StandardError
def initialize(val)
super("Need to define `#{val}'")
end
end
class CantReturnToNormalMode < StandardError
def initialize
super("Can't return to normal mode.")
end
end
class IllegalParameter < StandardError
def initialize(val)
super("Invalid parameter(#{val}).")
end
end
class IrbAlreadyDead < StandardError
def initialize
super("Irb is already dead.")
end
end
class IrbSwitchedToCurrentThread < StandardError
def initialize
super("Switched to current thread.")
end
end
class NoSuchJob < StandardError
def initialize(val)
super("No such job(#{val}).")
end
end
class CantShiftToMultiIrbMode < StandardError
def initialize
super("Can't shift to multi irb mode.")
end
end
class CantChangeBinding < StandardError
def initialize(val)
super("Can't change binding to (#{val}).")
end
end
class UndefinedPromptMode < StandardError
def initialize(val)
super("Undefined prompt mode(#{val}).")
end
end
class IllegalRCGenerator < StandardError
def initialize
super("Define illegal RC_NAME_GENERATOR.")
end
end
end
# :startdoc:
| NAME |
SIZE |
LAST TOUCH |
USER |
CAN-I? |
FUNCTIONS |
| .. | -- | 21 Mar 2024 10.21 AM | root / root | 0755 | |
| ja | -- | 21 Mar 2024 10.21 AM | root / root | 0755 | |
| | | | | |
| error.rb | 1.506 KB | 30 Mar 2023 12.34 PM | root / root | 0644 | |
| help-message | 1.93 KB | 30 Mar 2023 12.34 PM | root / root | 0644 | |