Skip to content

Convert certain exceptions to Runtime exceptions #34

@samcjohns

Description

@samcjohns

Some exceptions do not need to be explicitly declared, such as asset not found. If an asset is not found, it should be handled appropriately at the right level. Since this is something that would not normally happen, it can be a runtime exception rather than a checked exception.

Metadata

Metadata

Assignees

Labels

developmentGeneral development issues

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions