Method: Flowcation::OverwriteException.for_file

Defined in:
lib/flowcation/overwrite_exception.rb

.for_file(file) ⇒ Object



3
4
5
# 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