📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 14:30:29
📂
/ (Root)
/
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
psych
📍 /opt/alt/ruby21/lib64/ruby/2.1.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