Exception: NestedText::Errors::DumpFileBadPath
- Inherits:
-
InternalError
- Object
- StandardError
- NestedText::Error
- InternalError
- NestedText::Errors::DumpFileBadPath
- Defined in:
- lib/nestedtext/errors.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ DumpFileBadPath
constructor
A new instance of DumpFileBadPath.
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 |