Raised when trying to get an invalid authorization mechanism.
@since 2.0.0
Instantiate the new error.
@example Instantiate the error.
Mongo::Auth::InvalidMechanism.new(:test)
@param [ Symbol ] mechanism The provided mechanism.
[Validate]