class Bio::Fastq::Error::No_atmark

Error::No_atmark – the first identifier does not begin with “@”

Private Instance Methods

default_message(i) click to toggle source

default error message for this exception

# File lib/bio/db/fastq.rb, line 220
def default_message(i)
  'the first identifier does not begin with "@"'
end