class KJess::Response
  class NotFound < KJess::Response
    keyword 'NOT_FOUND'
  end
end