StandardError
# File lib/cimi/models/errors.rb, line 30 def initialize(msg="") super(msg) self.code=400 end