📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 09:08:53
📂
/ (Root)
/
opt
/
alt
/
ruby24
/
lib64
/
ruby
/
2.4.0
/
psych
📍 /opt/alt/ruby24/lib64/ruby/2.4.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