class Revit::GraphQLValidationException

Custom exception for dealing with graphql in revit

Public Class Methods

new(msg = '') click to toggle source
Calls superclass method
# File lib/revit/exception.rb, line 23
def initialize(msg = '')
  super(msg)
end