Exception: PropertyFileMissingException
- Inherits:
-
Exception
- Object
- Exception
- PropertyFileMissingException
- Defined in:
- lib/property_file_missing_exception.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
Instance Method Summary collapse
-
#initialize(filename) ⇒ PropertyFileMissingException
constructor
A new instance of PropertyFileMissingException.
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
#filename ⇒ Object
Returns the value of attribute filename.
3 4 5 |
# File 'lib/property_file_missing_exception.rb', line 3 def filename @filename end |