Exceptions¶
-
exception
scpython.exceptions.ArticleException[source]¶ A generic exception that happened with an article.
-
exception
scpython.exceptions.ScpArticleNotFound(code, branch=None)[source]¶ Is thrown when an SCP Article does not exist in any branch.
Inherits from
ArticleException
-
exception
scpython.exceptions.ScpArticleNotTranslated(code, language)[source]¶ Is thrown when an SCP Article exists, but was not translated in the specified language.
Inherits from
ArticleException