Exception: Readlines::Error::NotFoundError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/readlines/readlines/error.rb

Instance Method Summary collapse

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(message = "File not found.")
  super
end