Exception: Rake::Pipeline::TmpInputError

Inherits:
Error
  • Object
show all
Defined in:
lib/rake-pipeline.rb

Instance Method Summary collapse

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_sObject



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