StandardError
# File lib/cimi/models/errors.rb, line 21 def initialize super("Requested Entity Not Found") self.code = 404 end