RepoException class
Raised by a RepositoryAdapter for an expected, reportable failure — a
missing file, a path that escapes the workspace root, a rejected line anchor,
or a git error. RepoRuntime turns these into {isError: true} tool
results rather than letting them crash the server.
- Implemented types
- Implementers
Constructors
- RepoException(String message)
-
const
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