level; } public function __construct($message, $level = Migration::MESSAGE_ERROR) { $this->level = $level; parent::__construct($message); } }