This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
netbox-community-netbox
/
netbox
/
secrets
/
exceptions.py
6 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
Closes #985: Added preserve_key to get-session-key endpoint
2017-03-28 11:13:13 -04:00
class
InvalidKey
(
Exception
)
:
Secrets UI work
2017-03-14 12:32:08 -04:00
"""
Closes #985: Added preserve_key to get-session-key endpoint
2017-03-28 11:13:13 -04:00
Raised
when
a
provided
key
is
invalid
.
Secrets UI work
2017-03-14 12:32:08 -04:00
"""
pass
Copy Permalink