| 1 | <?php |
||
| 17 | final class XDynamicKeyException extends RestException |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Constructor |
||
| 21 | * |
||
| 22 | * @param string $message Error message |
||
| 23 | * @param \Exception $prev Previous Exception |
||
| 24 | */ |
||
| 25 | public function __construct($message = "x-dynamic-key ref-field could not be resolved", $prev = null) |
||
| 30 | } |
||
| 31 |