Exception: Rake::Pipeline::TmpInputError
- Defined in:
- lib/rake-pipeline.rb
Instance Method Summary collapse
-
#initialize(file) ⇒ TmpInputError
constructor
A new instance of TmpInputError.
- #to_s ⇒ Object
Constructor Details
#initialize(file) ⇒ TmpInputError
Returns a new instance of TmpInputError.
113 114 115 |
# File 'lib/rake-pipeline.rb', line 113 def initialize(file) @file = file end |
Instance Method Details
#to_s ⇒ Object
117 118 119 |
# File 'lib/rake-pipeline.rb', line 117 def to_s "Temporary files cannot be input! #{@file} is inside a pipeline's tmp directory" end |