core/exceptions library
Exceptions / Errors
- AndroidManifestException
- Thrown when editing AndroidManifest.xml fails.
- CodeInjectionException
- Thrown when injecting code into MainActivity or AppDelegate fails.
- CommandException
- Thrown when a command executes with invalid parameters.
- ConfigException
- Thrown when reading or writing configuration fails.
- DeepLinkException
- Base exception class for all deeplink_cli errors.
- PlistException
- Thrown when editing Info.plist fails.
- ProjectNotFoundException
- Thrown when a Flutter project is not found in the current directory.
- TemplateException
- Thrown when template compilation or writing fails.
- XmlException
- Thrown when XML reading, parsing, or writing fails.
- YamlException
- Thrown when Yaml reading or parsing fails.