clj-http-client/test/com/puppetlabs
Ruth Linehan 2e99e8a08c (TK-316) Throw error if no metric registry passed into get-client-metrics* fns
Previously, if any of the `get-client-metrics*` methods (in Clojure or Java)
had a nil metric registry passed into them, they would return nil. This commit
updates the behavior of all of these methods to instead return an error - a
schema error (clojure.lang.ExceptionInfo) for the clojure functions, and an
IllegalArgumentException for the java methods.
2016-05-04 15:10:24 -07:00
..
http/client/impl (TK-316) Throw error if no metric registry passed into get-client-metrics* fns 2016-05-04 15:10:24 -07:00