lib/locomotive/builder/exceptions.rb in locomotivecms_builder-1.0.0.alpha6 vs lib/locomotive/builder/exceptions.rb in locomotivecms_builder-1.0.0.alpha7

- old
+ new

@@ -21,7 +21,15 @@ end class MounterException < DefaultException end + class GeneratorException < DefaultException + + def log_backtrace(parent_exception) + # Logger not initialized at this step + end + + end + end end