Exception: NestedText::Errors::DumpFileBadPath

Inherits:
InternalError show all
Defined in:
lib/nestedtext/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ DumpFileBadPath

Returns a new instance of DumpFileBadPath.



264
265
266
# File 'lib/nestedtext/errors.rb', line 264

def initialize(path)
  super("Must supply a string to a file path that can be written to. Given: #{path}")
end