Exception: DerivativeRodeo::Errors::FileMissingError

Inherits:
Error
  • Object
show all
Defined in:
lib/derivative_rodeo/errors.rb

Overview

Raised when trying to write a tmp file that does not exist

Class Method Summary collapse

Class Method Details

.with_info(**info) ⇒ Object



46
47
48
# File 'lib/derivative_rodeo/errors.rb', line 46

def self.with_info(**info)
  new(info.inspect)
end