21 lines
553 B
YAML
21 lines
553 B
YAML
|
name: SemaphoreExpiredException
|
||
|
class_comment: "# * SemaphoreExpiredException is thrown when a semaphore may conflict\
|
||
|
\ due to a TTL expiration.\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
|