mirror of
https://github.com/minio/minio.git
synced 2025-09-28 09:01:03 +02:00
This is an effort to remove panic from the source. Add a new call called CriticialIf, that calls LogIf and exits. Replace panics with one of CriticalIf, FatalIf and a return of error.