lib/openwfe/storage/yamlfilestorage.rb in openwferu-0.9.3 vs lib/openwfe/storage/yamlfilestorage.rb in openwferu-0.9.4

- old
+ new

@@ -187,10 +187,10 @@ unless File.stat(path).directory? end end def compute_file_path (fei) - raise "this should be implemented in a subclass" + raise NotImplementedError.new end end end