class Lookbook::Error

def file_path

def file_path
  return @file_path.to_s if @file_path.present?
  parsed_backtrace[0][0] if parsed_backtrace.any?
end