Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
Exception /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
417
B
-rw-r--r--
2026-04-07 16:51
as_json-i.ri
946
B
-rw-r--r--
2026-04-07 16:51
backtrace-i.ri
1.33
KB
-rw-r--r--
2026-04-07 16:51
backtrace_locations-i.ri
1.53
KB
-rw-r--r--
2026-04-07 16:51
cause-i.ri
1.13
KB
-rw-r--r--
2026-04-07 16:51
cdesc-Exception.ri
3.37
KB
-rw-r--r--
2026-04-07 16:51
detailed_message-i.ri
1.96
KB
-rw-r--r--
2026-04-07 16:51
exception-c.ri
1.15
KB
-rw-r--r--
2026-04-07 16:51
exception-i.ri
1.14
KB
-rw-r--r--
2026-04-07 16:51
full_message-i.ri
2.08
KB
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
562
B
-rw-r--r--
2026-04-07 16:51
json_create-c.ri
321
B
-rw-r--r--
2026-04-07 16:51
message-i.ri
394
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
920
B
-rw-r--r--
2026-04-07 16:51
set_backtrace-i.ri
3.89
KB
-rw-r--r--
2026-04-07 16:51
to_json-i.ri
571
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
513
B
-rw-r--r--
2026-04-07 16:51
to_tty%3f-c.ri
379
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"exception:ETI"Exception::exception;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I">Returns an exception object of the same class as +self+; ;TI"Kuseful for creating a similar exception, but with a different message.;To:RDoc::Markup::BlankLine o; ; [I"*With +message+ +nil+, returns +self+:;T@o:RDoc::Markup::Verbatim; [I"@x0 = StandardError.new('Boom') # => #<StandardError: Boom> ;TI"@x1 = x0.exception # => #<StandardError: Boom> ;TI".x0.__id__ == x1.__id__ # => true ;T:@format0o; ; [ I"dWith {string-convertible object}[rdoc-ref:implicit_conversion.rdoc@String-Convertible+Objects] ;TI"8+message+ (even the same as the original message), ;TI"Greturns a new exception object whose class is the same as +self+, ;TI".and whose message is the given +message+:;T@o;; [I";x1 = x0.exception('Boom') # => #<StandardError: Boom> ;TI")x0..equal?(x1) # => false;T; 0: @fileI"error.c;T:0@omit_headings_from_table_of_contents_below0I"7exception(message = nil) -> self or new_exception ;T0[ I"(*args);T@"FI"Exception;TcRDoc::NormalClass00