Exception: Flowcation::OverwriteException

Inherits:
Exception
  • Object
show all
Defined in:
lib/flowcation/overwrite_exception.rb

Class Method Summary collapse

Class Method Details

.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