Exception: NestedText::Errors::DumpFileBadPath

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ DumpFileBadPath



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

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