Exception: NestedText::Errors::DumpFileBadPathError

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ DumpFileBadPathError

Returns a new instance of DumpFileBadPathError.



258
259
260
# File 'lib/nestedtext/errors_internal.rb', line 258

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