# betterdocs/4.9.2/includes/Dependencies/SuperClosure/Exception/ClosureSerializationException.php

BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ &amp; Chatbot, version 4.9.2. 10 lines.

- Page: https://pluginprobe.com/plugins/betterdocs/4.9.2/code/includes/Dependencies/SuperClosure/Exception/ClosureSerializationException.php
- Raw: https://pluginprobe.com/plugins/betterdocs/4.9.2/raw/includes/Dependencies/SuperClosure/Exception/ClosureSerializationException.php
- Modified: 2023-08-14T08:41:14+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/betterdocs/4.9.2/code/includes/Dependencies/SuperClosure/Exception/ClosureSerializationException.php#L10-L20`.

```php
<?php namespace WPDeveloper\BetterDocs\Dependencies\SuperClosure\Exception;

/**
 * This exception is thrown when there is a problem serializing a closure.
 */
class ClosureSerializationException extends \RuntimeException implements SuperClosureException
{
    //
}

```
