# Functions
CheckEnvVars loads environment variables from .env file if exists.
HasError returns true if an error exists.
PanicOnError checks panics if an error exists and does nothing otherwise.
StringToDecimal converts an string into a Decimal value or 0 in case of an error.