🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 20:32:38 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
ruby27
/
share
/
gems
/
gems
/
psych-3.1.0
/
lib
/
psych
📍 /opt/alt/ruby27/share/gems/gems/psych-3.1.0/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 klass_name super "Tried to load unspecified class: #{klass_name}" end end end
💾 Save Changes
❌ Cancel