Skip to content

Commit

Permalink
Adding missing class.
Browse files Browse the repository at this point in the history
Using _MapdlCore
  • Loading branch information
germa89 committed Dec 15, 2023
1 parent 5d8120b commit b647d03
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 58 deletions.
7 changes: 7 additions & 0 deletions src/ansys/mapdl/core/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,10 @@ class ComponentDoesNotExits(MapdlException):

def __init__(self, msg=""):
MapdlException.__init__(self, msg)


class CommandDeprecated(MapdlException):
"""Raised when a command is deprecated"""

def __init__(self, msg=""):
MapdlException.__init__(self, msg)
Loading

0 comments on commit b647d03

Please sign in to comment.