MCPcopy Index your code
hub / github.com/AgentOps-AI/agentops / ExpiredJWTError

Class ExpiredJWTError

app/api/agentops/api/exceptions.py:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class ExpiredJWTError(RuntimeError):
9 def __init__(self, code, message):
10 self.message = message
11 self.code = code
12 super().__init__(message)
13
14
15class InvalidModelError(Exception):

Callers 1

verify_jwtFunction · 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…