📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 17:41:41
📂
/ (Root)
/
opt
/
alt
/
ruby23
/
lib64
/
ruby
/
2.3.0
/
psych
📍 /opt/alt/ruby23/lib64/ruby/2.3.0/psych
🔄 Refresh
✏️
Editing: exception.rb
Read Only
# frozen_string_literal: false 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