ContainerException::__construct( null $message = null, int $code, AutomatticWooCommerceInternalDependencyManagementException|null $previous = null )

Create a new instance of the class.


Description Description


Parameters Parameters

$message

(Optional) The exception message to throw.

Default value: null

$code

(Required) The error code.

$previous

(Optional) The previous throwable used for exception chaining.

Default value: null


Top ↑

Source Source

File: src/Internal/DependencyManagement/ContainerException.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.