Class: Configuration::PathNotDefinedError

Inherits:
ConfigurationError
  • Object
show all
Defined in:
lib/httpimagestore/configuration/path.rb

Instance Method Summary collapse

Constructor Details

#initialize(path_name) ⇒ PathNotDefinedError

Returns a new instance of PathNotDefinedError.



6
7
8
# File 'lib/httpimagestore/configuration/path.rb', line 6

def initialize(path_name)
	super "path '#{path_name}' not defined"
end