Exception: PropertyFileMissingException

Inherits:
Exception
  • Object
show all
Defined in:
lib/property_file_missing_exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ PropertyFileMissingException

Returns a new instance of PropertyFileMissingException.



5
6
7
# File 'lib/property_file_missing_exception.rb', line 5

def initialize filename
	@filename = filename
end

Instance Attribute Details

#filenameObject

Returns the value of attribute filename.



3
4
5
# File 'lib/property_file_missing_exception.rb', line 3

def filename
  @filename
end