Exception: FileTypeError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = 'FileTypeError') ⇒ FileTypeError

Returns a new instance of FileTypeError.



12
13
14
# File 'lib/genome.rb', line 12

def initialize(message = 'FileTypeError')
  super(message)
end