class Revit::GraphQLSchemaMismatchException
Custom exception for dealing with having the wrong graphql schema.
User wille be prompted to run the --update_schema command
Public Class Methods
new(msg = '')
click to toggle source
Calls superclass method
# File lib/revit/exception.rb, line 32 def initialize(msg = '') super(msg) end