module MSS::Errors::ExceptionMixinClassMethods
Provides the ability to instantiate instances of {ServerError} and {ClientError}. @api private
Public Instance Methods
new(*args)
click to toggle source
# File lib/mss/errors.rb, line 93 def new(*args) e = Base.new(*args) e.extend(self) e end