Suggested in https://github.com/JuliaOpt/MathOptInterface.jl/pull/962#issuecomment-558726806. There are several cones that are only defined for dimension >= x in the docs, and there is no error for trying to build a cone with dimension < x. Another example is `RelativeEntropyCone` which should have odd dimension ~(also needs documentation)~.