class Revit::BaemptyException

Custom exception for dealing with repos in revit

@author [bwrnrclse]

Public Class Methods

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