summaryrefslogtreecommitdiff
path: root/web/apps/test_records/exception.py
blob: ed9b861f6fad39ee1e5867d392d4a164d06d321e (plain)
1
2
3
4
# -*- coding: utf-8 -*-
class TestDataUploadError(RuntimeError):
  def __init__(self, arg):
   self.args = arg