Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby22 /
lib64 /
ruby /
2.2.0 /
shell /
Delete
Unzip
Name
Size
Permission
Date
Action
builtin-command.rb
2.4
KB
-rw-r--r--
2014-08-22 03:32
command-processor.rb
18.54
KB
-rw-r--r--
2014-08-22 03:32
error.rb
573
B
-rw-r--r--
2011-05-19 00:07
filter.rb
2.56
KB
-rw-r--r--
2013-12-15 02:09
process-controller.rb
7.46
KB
-rw-r--r--
2014-08-26 02:44
system-command.rb
3.56
KB
-rw-r--r--
2014-07-26 17:44
version.rb
255
B
-rw-r--r--
2012-12-05 02:55
Save
Rename
# # shell/error.rb - # $Release Version: 0.7 $ # $Revision: 31641 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # # # require "e2mmap" class Shell module Error extend Exception2MessageMapper def_e2message TypeError, "wrong argument type %s (expected %s)" def_exception :DirStackEmpty, "Directory stack empty." def_exception :CantDefine, "Can't define method(%s, %s)." def_exception :CantApplyMethod, "This method(%s) does not apply to this type(%s)." def_exception :CommandNotFound, "Command not found(%s)." end end