You are here

function Exception::__construct in Realistic Dummy Content 8

Overrides Exception::__construct

1 method overrides Exception::__construct()
Exception::__construct in api/src/loggers/Exception.php

File

api/src/loggers/Exception.php, line 23
Define autoload class.

Class

Exception
An \Exception.

Namespace

Drupal\realistic_dummy_content_api\loggers

Code

function __construct($message) {
  parent::__construct($message);
  $this
    ->Log();
}