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
Returns a new instance of DumpFileBadPath.
264 265 266 |
# File 'lib/nestedtext/errors.rb', line 264 def initialize(path) super("Must supply a string to a file path that can be written to. Given: #{path}") end |