You are here

protected property BynderException::$logMessage in Bynder 8.3

Same name and namespace in other branches
  1. 8 src/Exception/BynderException.php \Drupal\bynder\Exception\BynderException::logMessage
  2. 8.2 src/Exception/BynderException.php \Drupal\bynder\Exception\BynderException::logMessage
  3. 4.0.x src/Exception/BynderException.php \Drupal\bynder\Exception\BynderException::logMessage

Message to be logged in the Drupal's log.

Type: string

File

src/Exception/BynderException.php, line 35

Class

BynderException
Base exception class for Bynder.

Namespace

Drupal\bynder\Exception

Code

protected $logMessage;