Exception: Readlines::Error::MissingFilePathError
- Defined in:
- lib/readlines/readlines/error.rb
Instance Method Summary collapse
-
#initialize(message = "File path is missing.") ⇒ MissingFilePathError
constructor
A new instance of MissingFilePathError.
Constructor Details
#initialize(message = "File path is missing.") ⇒ MissingFilePathError
Returns a new instance of MissingFilePathError.
18 19 20 |
# File 'lib/readlines/readlines/error.rb', line 18 def initialize( = "File path is missing.") super end |