Exception: Reivt::BaemptyException

Inherits:
IOError
  • Object
show all
Defined in:
lib/reivt/exception.rb

Overview

Custom errors for dealing with repos in revit

Author:

  • bwrnrclse

Instance Method Summary collapse

Constructor Details

#initialize(msg = '') ⇒ BaemptyException

Returns a new instance of BaemptyException.



11
12
13
# File 'lib/reivt/exception.rb', line 11

def initialize(msg = '')
  super(msg)
end