Skip to content

Commit

Permalink
changed parent for error
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Putko authored and Julia Putko committed Jul 28, 2023
1 parent 2adba67 commit 295ae72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions smartsim/error/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ def create_message(file_path: str, read: bool) -> str:
return msg


class SSReservedKeywordError(SmartSimError):
"""Raised when a Reserved Keyword is used incorrectly"""


# Internal Exceptions


Expand Down Expand Up @@ -122,7 +126,3 @@ def create_message(
if details:
msg += f"\nError from shell: {details}"
return msg


class SSReservedKeywordError(SSInternalError):
"""Raised when a Reserved Keyword is used incorrectly"""

0 comments on commit 295ae72

Please sign in to comment.