Class Methods
    
  
          
            3.2
          
          
            View on GitHub
            
          
        
        
          
            # File tmp/rubies/ruby-3.2.0/ext/psych/lib/psych/exception.rb, line 24
def initialize action, klass_name
  super "Tried to #{action} unspecified class: #{klass_name}"
end
          
        
      No documentation available