You are here

protected property MigrateException::$level in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/MigrateException.php \Drupal\migrate\MigrateException::level

The level of the error being reported.

The value is a Migration::MESSAGE_* constant.

Type: int

File

core/modules/migrate/src/MigrateException.php, line 25
Contains \Drupal\migrate\MigrateException.

Class

MigrateException
Defines the migrate exception class.

Namespace

Drupal\migrate

Code

protected $level;