public function MigrateException::getStatus in Migrate 7.2
File
- includes/
exception.inc, line 29 - Custom exception class for the migrate module.
Class
- MigrateException
- @file Custom exception class for the migrate module.
Code
public function getStatus() {
return $this->status;
}