OndrejNepozitek / Edgar-Unity

Unity Procedural Level Generator
https://ondrejnepozitek.github.io/Edgar-Unity/docs/introduction
MIT License
817 stars 70 forks source link

Replace generic exceptions with custom exceptions #71

Closed OndrejNepozitek closed 3 years ago

OndrejNepozitek commented 4 years ago

For example, we should have a custom exception for generator timeout and not use InvalidOperationException.

OndrejNepozitek commented 3 years ago

Timeout exception added in the 2.0.0-alpha.7 version.