Exception: Flowcation::OverwriteException
- Inherits:
-
Exception
- Object
- Exception
- Flowcation::OverwriteException
- 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 |