Skip to content

Commit

Permalink
Standardizing exception names
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Heorhiadi committed Jan 4, 2018
1 parent 099efca commit af213f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sol/utils/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ControllerException(Exception):
pass


class CompositionError(SOLException):
class CompositionException(SOLException):
"""
Something went wrong during composition of multiple applications
"""
Expand Down

0 comments on commit af213f2

Please sign in to comment.