Commit f2c4b0c
committed
bug #970 [Platform] Fix Platform component dependency on Agent exceptions (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[Platform] Fix Platform component dependency on Agent exceptions
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Docs? | no
| Issues | Refs #798
| License | MIT
Remove incorrect import of RuntimeException from Agent component in MissingModelSupportException. The Platform component should use its own exception hierarchy and not depend on Agent exceptions.
Commits
-------
046df40 Fix Platform component dependency on Agent exceptions1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
0 commit comments