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