:py:mod:`testbot.resource.error`
================================

.. py:module:: testbot.resource.error


Module Contents
---------------

.. py:data:: __copyright__
   :value: 'Copyright (c) 2024 Nuanguang Gu(Sunny) Reserved'

   

.. py:data:: __author__
   :value: 'Nuanguang Gu(Sunny)'

   

.. py:data:: __email__
   :value: 'nuanguang.gu@aliyun.com'

   

.. py:exception:: ResourceNotMeetConstraintError(constraint)


   Bases: :py:obj:`Exception`

   Common base class for all non-exit exceptions.


.. py:exception:: ResourceLoadError(filename, inner_ex)


   Bases: :py:obj:`Exception`

   Common base class for all non-exit exceptions.


.. py:exception:: ResourceNotRelease(filename, owner)


   Bases: :py:obj:`Exception`

   Common base class for all non-exit exceptions.


