• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

intuit / Trapheus / 7ecf2541-e446-4544-a68f-78cc8fdb3252

04 Oct 2023 08:10AM CUT coverage: 95.298%. Remained the same
7ecf2541-e446-4544-a68f-78cc8fdb3252

push

circleci

github-actions[bot]
docs: Added README."fr".md translation via https://github.com/dephraiim/translate-readme

527 of 553 relevant lines covered (95.3%)

0.95 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

80.0
/src/common/python/custom_exceptions.py
1
class RateExceededException(Exception):
1✔
2
    def __init__(self, value):
1✔
3
        self.value = value
1✔
4
    def __str__(self):
1✔
5
        return self.value
×
6

7
class InstanceUnavailableException(Exception):
1✔
8
    def __init__(self, value):
1✔
9
        self.value = value
1✔
10
    def __str__(self):
1✔
11
        return self.value
×
12

13
class InstanceRestoreException(Exception):
1✔
14
    def __init__(self, value):
1✔
15
        self.value = value
1✔
16
    def __str__(self):
1✔
17
        return self.value
×
18

19
class ClusterRestoreException(Exception):
1✔
20
    def __init__(self, value):
1✔
21
        self.value = value
1✔
22
    def __str__(self):
1✔
23
        return self.value
×
24

25
class RenameException(Exception):
1✔
26
    def __init__(self, value):
1✔
27
        self.value = value
1✔
28
    def __str__(self):
1✔
29
        return self.value
×
30

31
class DeletionException(Exception):
1✔
32
    def __init__(self, value):
1✔
33
        self.value = value
1✔
34
    def __str__(self):
1✔
35
        return self.value
×
36

37
class SnapshotCreationException(Exception):
1✔
38
    def __init__(self, value):
1✔
39
        self.value = value
1✔
40
    def __str__(self):
1✔
41
        return self.value
×
42

43
class RetryDBSnapshotException(Exception):
1✔
44
    def __init__(self, value):
1✔
45
        self.value = value
1✔
46
    def __str__(self):
1✔
47
        return self.value
×
48

49
class RetryClusterSnapshotException(Exception):
1✔
50
    def __init__(self, value):
1✔
51
        self.value = value
1✔
52
    def __str__(self):
1✔
53
        return self.value
×
54

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc