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 238 def default_message(i) 239 'the identifier in the two lines are different' 240 end