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 /
ruby24 /
lib64 /
ruby /
2.4.0 /
shell /
Delete
Unzip
Name
Size
Permission
Date
Action
builtin-command.rb
2.43
KB
-rw-r--r--
2020-03-31 11:42
command-processor.rb
18.7
KB
-rw-r--r--
2020-03-31 11:42
error.rb
604
B
-rw-r--r--
2020-03-31 11:42
filter.rb
2.59
KB
-rw-r--r--
2020-03-31 11:42
process-controller.rb
7.53
KB
-rw-r--r--
2020-03-31 11:42
system-command.rb
3.59
KB
-rw-r--r--
2020-03-31 11:42
version.rb
286
B
-rw-r--r--
2020-03-31 11:42
Save
Rename
# frozen_string_literal: false # # shell/error.rb - # $Release Version: 0.7 $ # $Revision: 53141 $ # 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