/**
  * Create the symmetric-related exception.
  *
  * @param string $message   the error message
  * @param int    $errorCode the symmetric encryption error code
  */
 public function __construct($message, $errorCode)
 {
     parent::__construct($message, $errorCode);
 }