empire_exceptions library Null safety
Exceptions / Errors
- EmpireException
- Base class for any Empire specific exception
- EmpirePropertyNullValueException
- Thrown when an not-null-safe action is performed on a Nullable Empire Property, and the underlying value was null.