class Flowcation::OverwriteException

Public Class Methods

for_file(file) click to toggle source
# File lib/flowcation/overwrite_exception.rb, line 3
def self.for_file(file)
  new "Attempt to overwrite file not generated by flowcation: \n#{file}"
end