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