Skip to content

Commit

Permalink
docs: Update ERROR_CODES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft authored and github-actions[bot] committed Apr 16, 2024
1 parent 9e6f78a commit eacfde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERROR_CODES.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ show(new MyComponent()); // Wrong, should not be able to show a controller that
### 1012: `Cannot access private * '*' in class '*' annotated with '*'.`

- Runtime: ✅
- Annotation Processor: ❌aught by the compiler)
- Annotation Processor: ❌ught by the compiler)

This error is thrown when the framework tries to access a private field or method.

Expand Down

0 comments on commit eacfde2

Please sign in to comment.