Skip to content

Commit

Permalink
chore: clarify location of prefab and di exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Sep 18, 2024
1 parent f56e39d commit 1af6fb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lightbulb/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
"""
Module containing exceptions raised by lightbulb internals. Exceptions raised by built-in hooks (prefab package)
are instead kept within that package. See the ``lightbulb.prefab`` documentation page for their reference. Similarly,
exceptions raised by the dependency injection system are contained in the ``lightbulb.di`` subpackage.
"""

from __future__ import annotations

__all__ = [
Expand Down

0 comments on commit 1af6fb9

Please sign in to comment.