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