public function __construct($tracker_name)
 {
     $message = $GLOBALS['Language']->getText('plugin_tracker_import', 'cannot_create', array($tracker_name));
     parent::__construct($message);
 }
 public function __construct($errors = array())
 {
     $message = 'The Tracker XML input is not well formed: ' . PHP_EOL . implode(PHP_EOL, $errors);
     parent::__construct($message);
 }