MCPcopy Create free account
hub / github.com/streamlit/streamlit / StreamlitSecretNotFoundError

Class StreamlitSecretNotFoundError

lib/streamlit/errors.py:610–614  ·  view source on GitHub ↗

Exception raised when a secret cannot be found or parsed in the secrets.toml file.

Source from the content-addressed store, hash-verified

608
609
610class StreamlitSecretNotFoundError(LocalizableStreamlitException, FileNotFoundError):
611 """Exception raised when a secret cannot be found or parsed in the secrets.toml file."""
612
613 def __init__(self, message: str) -> None:
614 super().__init__(message)
615
616
617class StreamlitInvalidWidthError(LocalizableStreamlitException):

Callers 4

_parse_toml_fileMethod · 0.90
_parse_directoryMethod · 0.90
_parse_file_pathMethod · 0.90
_parseMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…