📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 19:13:21
📂
/ (Root)
/
opt
/
alt
/
ruby22
/
lib64
/
ruby
/
2.2.0
/
psych
📍 /opt/alt/ruby22/lib64/ruby/2.2.0/psych
🔄 Refresh
✏️
Editing: exception.rb
Read Only
module Psych class Exception < RuntimeError end class BadAlias < Exception end class DisallowedClass < Exception def initialize klass_name super "Tried to load unspecified class: #{klass_name}" end end end
💾 Save Changes
❌ Cancel