Exception: SequenceServer::DATABASE_DIR_NOT_SET

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sequenceserver/exceptions.rb

Overview

Raised if ‘database_dir’ not set.

Instance Method Summary collapse

Instance Method Details

#to_sObject



98
99
100
# File 'lib/sequenceserver/exceptions.rb', line 98

def to_s
  'Database dir not set.'
end