InvalidPathError class
Invalid path format or structure.
This error is thrown when a file path doesn't follow the expected format or points to a location that cannot exist in the project structure.
- Inheritance
-
- Object
- PackageFileResolverError
- InvalidPathError
Constructors
- InvalidPathError.new(String path)
- Creates a new InvalidPathError for the given path.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited