platform/api/symfony/Component/Semaphore/Exception/SemaphoreReleasingException.yaml

21 lines
559 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: SemaphoreReleasingException
class_comment: "# * SemaphoreReleasingException is thrown when an issue happens during\
\ the release of a semaphore.\n# *\n# * @author J\xE9r\xE9my Deruss\xE9 <jeremy@derusse.com>\n\
# * @author Gr\xE9goire Pineau <lyrixx@lyrixx.info>"
dependencies:
- name: Key
type: class
source: Symfony\Component\Semaphore\Key
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: key
- name: message
comment: null
traits:
- Symfony\Component\Semaphore\Key
interfaces:
- ExceptionInterface