You are here

protected property MigrateException::$level in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 includes/exception.inc \MigrateException::level

The level of the error being reported (a Migration::MESSAGE_* constant)

Type: int

File

includes/exception.inc, line 15
Custom exception class for the migrate module.

Class

MigrateException
@file Custom exception class for the migrate module.

Code

protected $level;