PHP 8.2.31
Preview: ContainerException.php Size: 676 B
/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/src/Internal/DependencyManagement/ContainerException.php

<?php
/**
 * ExtendedContainer class file.
 */

namespace Automattic\Kkart\Internal\DependencyManagement;

/**
 * Class ContainerException.
 * Used to signal error conditions related to the dependency injection container.
 */
class ContainerException extends \Exception {
	/**
	 * Create a new instance of the class.
	 *
	 * @param null           $message The exception message to throw.
	 * @param int            $code The error code.
	 * @param Exception|null $previous The previous throwable used for exception chaining.
	 */
	public function __construct( $message = null, $code = 0, Exception $previous = null ) {
		parent::__construct( $message, $code, $previous );
	}
}

Directory Contents

Dirs: 1 × Files: 4

Name Size Perms Modified Actions
- drwxr-xr-x 2026-04-25 02:31:39
Edit Download
7.05 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
676 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
1.11 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
5.47 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).