Exception: Readlines::Error::NotFoundError
- Defined in:
- lib/readlines/readlines/error.rb
Instance Method Summary collapse
-
#initialize(message = "File not found.") ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(message = "File not found.") ⇒ NotFoundError
Returns a new instance of NotFoundError.
12 13 14 |
# File 'lib/readlines/readlines/error.rb', line 12 def initialize( = "File not found.") super end |