class NestedText::Errors::DumpFileBadPathError

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/nestedtext/errors_internal.rb, line 284
def initialize(path)
  super("Must supply a string to a file path that can be written to. Given: #{path}")
end