Exception: NestedText::Errors::DumpFileBadPathError
- Inherits:
-
InternalError
- Object
- StandardError
- NestedText::Error
- InternalError
- NestedText::Errors::DumpFileBadPathError
- Defined in:
- lib/nestedtext/errors_internal.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ DumpFileBadPathError
constructor
A new instance of DumpFileBadPathError.
Constructor Details
#initialize(path) ⇒ DumpFileBadPathError
Returns a new instance of DumpFileBadPathError.
284 285 286 |
# 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 |