public function MigrateException::getLevel in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/exception.inc \MigrateException::getLevel()
File
- includes/
exception.inc, line 17 - Custom exception class for the migrate module.
Class
- MigrateException
- @file Custom exception class for the migrate module.
Code
public function getLevel() {
return $this->level;
}