Linux vps-4302913.novaexata.com.br 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.14
166 Domain
7.3.33
wwnova
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
ruby /
irb /
lc /
ja /
[ HOME SHELL ]
Name
Size
Permission
Action
encoding_aliases.rb
176
B
-rw-r--r--
error.rb
1.18
KB
-rw-r--r--
help-message
1.82
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : error.rb
# -*- coding: utf-8 -*- # irb/lc/ja/error.rb - # $Release Version: 0.9.6$ # $Revision: 38600 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # # # require "e2mmap" # :stopdoc: module IRB # exceptions extend Exception2MessageMapper def_exception :UnrecognizedSwitch, 'スイッチ(%s)が分りません' def_exception :NotImplementedError, '`%s\'の定義が必要です' def_exception :CantReturnToNormalMode, 'Normalモードに戻れません.' def_exception :IllegalParameter, 'パラメータ(%s)が間違っています.' def_exception :IrbAlreadyDead, 'Irbは既に死んでいます.' def_exception :IrbSwitchedToCurrentThread, 'カレントスレッドに切り替わりました.' def_exception :NoSuchJob, 'そのようなジョブ(%s)はありません.' def_exception :CantShiftToMultiIrbMode, 'multi-irb modeに移れません.' def_exception :CantChangeBinding, 'バインディング(%s)に変更できません.' def_exception :UndefinedPromptMode, 'プロンプトモード(%s)は定義されていません.' def_exception :IllegalRCNameGenerator, 'RC_NAME_GENERATORが正しく定義されていません.' end # :startdoc: # vim:fileencoding=utf-8
Close