7 lines
187 B
Python
7 lines
187 B
Python
|
# Copyright: (c) 2018, Jordan Borean (@jborean93) <jborean93@gmail.com>
|
||
|
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
|
||
|
|
||
|
|
||
|
class NoAuthContextError(Exception):
|
||
|
pass
|