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

intuit / Trapheus / 5ff30071-c0dd-4053-a314-56e9151237ed

10 Feb 2024 03:21PM UTC coverage: 94.127% (-1.3%) from 95.424%
5ff30071-c0dd-4053-a314-56e9151237ed

Pull #213

circleci

web-flow
Merge branch 'master' into restore
Pull Request #213: support for cross account rds cluster database restore pipeline

48 of 59 new or added lines in 7 files covered. (81.36%)

609 of 647 relevant lines covered (94.13%)

0.94 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

55
class SSMShareSnapshotException(Exception):
1✔
56
    def __init__(self, value):
1✔
57
        self.value = value
1✔
58
    def __str__(self):
1✔
59
        return self.value
×
60

61
class SSMAutomationExecutionException(Exception):
1✔
62
    def __init__(self, value):
1✔
63
        self.value = value
1✔
64
    def __str__(self):
1✔
NEW
65
        return self.value
×
66

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

© 2026 Coveralls, Inc