Files
ubicloud/prog/minio/minio_server_nexus.rb
Daniel Farina a60f37ebf7 Use implied re-raising of exceptions
I think it is more idiomatic to only use `raise` when re-raising an
exception.  The use of the `raise expr` form indicates that something
more complex is going on (e.g. that a new exception might have been
bound to a variable), when in these cases, that is not true.
2024-05-13 09:58:52 -07:00

6.4 KiB