📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 14:28:19
📂
/ (Root)
/
opt
/
alt
/
ruby31
/
share
/
gems
/
gems
/
psych-4.0.4
/
lib
/
psych
📍 /opt/alt/ruby31/share/gems/gems/psych-4.0.4/lib/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 action, klass_name super "Tried to #{action} unspecified class: #{klass_name}" end end end
💾 Save Changes
❌ Cancel