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.



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

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