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
220 def default_message(i)
221   'the first identifier does not begin with "@"'
222 end