Exception: Constellation::ParseError

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

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ ParseError

Returns a new instance of ParseError.



4
5
6
# File 'lib/constellation.rb', line 4

def initialize(file)
  super("Could not parse #{file}. Try overriding #parse_config_file")
end