You are here

private function SwaggerUiLibraryDiscoveryException::__construct in Swagger UI Field Formatter 8.3

phpcs:disable Generic.CodeAnalysis.UselessOverridingMethod.Found

File

src/Exception/SwaggerUiLibraryDiscoveryException.php, line 29

Class

SwaggerUiLibraryDiscoveryException
Base exception for Swagger UI library discovery.

Namespace

Drupal\swagger_ui_formatter\Exception

Code

private function __construct($message = '', $code = 0, \Throwable $previous = NULL) {
  parent::__construct($message, $code, $previous);
}