Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
d4f024ed26ebe7b8e54edd371e11f2449bc768d5
d4f024ed26ebe7b8e54edd371e11f2449bc768d5
Switch branch/tag
edx-platform
cms
djangoapps
github_sync
exceptions.py
Find file
Normal view
History
Permalink
exceptions.py
84 Bytes
Edit
Newer
Older
Add tests for the core github_sync functionality
ab851c0b
Calen Pennington
committed
12 years ago
1
2
class
GithubSyncError
(
Exception
):
pass
Make github_sync use a namedtuple for repo settings
39e5a776
Calen Pennington
committed
12 years ago
3
4
5
6
class
InvalidRepo
(
Exception
):
pass