class Bio::Fastq::Error::Diff_ids

Error::Diff_ids – the identifier in the two lines are different

Private Instance Methods

default_message(i) click to toggle source

default error message for this exception

# File lib/bio/db/fastq.rb, line 238
def default_message(i)
  'the identifier in the two lines are different'
end