Skip to content

Commit

Permalink
chain exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 21, 2023
1 parent 1a64a3a commit 42989da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ public Input get(final String name) throws MalformedURLException {
String.format(
"EO object '%s' is not found in this GitHub repository: https://github.com/objectionary/home. This means that you either misspelled the name of it or simply referred to your own local object somewhere in your code as if it was an object of 'org.eolang' package. Check the sources and make sure you always use +alias meta when you refer to an object outside of 'org.eolang', even if this object belongs to your package.",
name
)
),
input
);
}
);
Expand Down

0 comments on commit 42989da

Please sign in to comment.