# decalog/4.4.0/includes/libraries/lock/exception/DeadlineException.php

DecaLog, version 4.4.0. 19 lines.

- Page: https://pluginprobe.com/plugins/decalog/4.4.0/code/includes/libraries/lock/exception/DeadlineException.php
- Raw: https://pluginprobe.com/plugins/decalog/4.4.0/raw/includes/libraries/lock/exception/DeadlineException.php
- Modified: 2020-09-30T17:31:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/decalog/4.4.0/code/includes/libraries/lock/exception/DeadlineException.php#L10-L20`.

```php
<?php

declare(strict_types=1);

namespace malkusch\lock\exception;

use RuntimeException;

/**
 * Deadline exception.
 *
 * @author Willem Stuursma-Ruwen <willem@stuursma.name>
 * @link bitcoin:1P5FAZ4QhXCuwYPnLZdk3PJsqePbu1UDDA Donations
 * @license WTFPL
 */
class DeadlineException extends RuntimeException implements PhpLockException
{
}

```
